mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
13 lines
198 B
C
13 lines
198 B
C
#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
|