mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-16 01:05:44 -05:00
12 lines
263 B
C
12 lines
263 B
C
#ifndef GUARD_MAP_NAME_POPUP_H
|
|
#define GUARD_MAP_NAME_POPUP_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void HideMapNamePopUpEmeraldWindow(void);
|
|
void ShowMapNamePopupEmerald(void);
|
|
#endif //GUARD_MAP_NAME_POPUP_H
|