mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-24 07:09:48 -05:00
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
|