mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
8 lines
151 B
C
8 lines
151 B
C
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
void ShowMapNamePopup(void);
|
|
void HideMapNamePopup();
|
|
|
|
#endif // GUARD_MAP_NAME_POPUP_H
|