mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
7 lines
111 B
C
7 lines
111 B
C
#ifndef GUARD_MAIN_MENU_H
|
|
#define GUARD_MAIN_MENU_H
|
|
|
|
void CB2_InitMainMenu(void);
|
|
|
|
#endif // GUARD_MAIN_MENU_H
|