mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
7 lines
118 B
C
7 lines
118 B
C
#ifndef GUARD_OPTION_MENU_H
|
|
#define GUARD_OPTION_MENU_H
|
|
|
|
void CB2_InitOptionMenu(void);
|
|
|
|
#endif //GUARD_OPTION_MENU_H
|