mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
12 lines
394 B
C
12 lines
394 B
C
#ifndef GUARD_POKEHEARTGOLD_OVERLAY_36_H
|
|
#define GUARD_POKEHEARTGOLD_OVERLAY_36_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
FS_EXTERN_OVERLAY(OVY_36);
|
|
extern const OVY_MGR_TEMPLATE ov36_App_MainMenu_SelectOption_Continue;
|
|
extern const OVY_MGR_TEMPLATE ov36_App_MainMenu_SelectOption_NewGame;
|
|
extern const OVY_MGR_TEMPLATE ov36_App_InitGameState_AfterOakSpeech;
|
|
|
|
#endif // GUARD_POKEHEARTGOLD_OVERLAY_36_H
|