blob: e14e5e9dabd788d93f6a4fe92c3de49962c64660 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef GUARD_PLAYER_PC_H
#define GUARD_PLAYER_PC_H
#include "global.h"
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_816B060(u8 taskId);
#endif //GUARD_PLAYER_PC_H
|