blob: b14d1ede3ccc901b5411ad1b0671ff9c8a302afe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef GUARD_PLAYER_PC_H
#define GUARD_PLAYER_PC_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_816B060(u8 taskId);
#endif //GUARD_PLAYER_PC_H
|