mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-18 23:47:18 -05:00
7 lines
128 B
C
7 lines
128 B
C
#ifndef GUARD_OPTION_MENU_H
|
|
#define GUARD_OPTION_MENU_H
|
|
|
|
void CB2_OptionsMenuFromStartMenu(void);
|
|
|
|
#endif //GUARD_OPTION_MENU_H
|