blob: 85655e9d59dd80da4198e695d47ad26a267c077f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef GUARD_item_menu_H
#define GUARD_item_menu_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_81AAC50(void);
void sub_81AAC70(void);
#endif //GUARD_item_menu_H
|