mirror of https://github.com/pret/pokeemerald.git
12 lines
195 B
C
12 lines
195 B
C
|
#ifndef GUARD_item_menu_H
|
||
|
#define GUARD_item_menu_H
|
||
|
|
||
|
// Exported type declarations
|
||
|
|
||
|
// Exported RAM declarations
|
||
|
|
||
|
// Exported ROM declarations
|
||
|
void sub_81AAC50(void);
|
||
|
|
||
|
#endif //GUARD_item_menu_H
|