blob: 45ee95de544a2080feefcc45e2b8341fe28f38de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|