blob: c6df4e9a16bbfc69426ba792a847b5391bc11aeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef GUARD_hof_pc_H
#define GUARD_hof_pc_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void ReturnFromHallOfFamePC(void);
#endif //GUARD_hof_pc_H
|