mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-25 00:23:29 -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
|