mirror of
https://github.com/pret/pokefirered.git
synced 2026-07-25 20:52:40 -05:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef GUARD_MAIN_MENU_H
|
|
#define GUARD_MAIN_MENU_H
|
|
|
|
void CB2_InitMainMenu(void);
|
|
|
|
#endif //GUARD_MAIN_MENU_H
|