11 lines
205 B
C
11 lines
205 B
C
#ifndef GUARD_MENU_HELPERS_H
|
|
#define GUARD_MENU_HELPERS_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
bool8 sub_81221AC(void);
|
|
|
|
#endif //GUARD_MENU_HELPERS_H
|