pokeplatinum/include/game_start.h
2024-11-02 09:38:04 -07:00

11 lines
350 B
C

#ifndef POKEPLATINUM_GAME_START_H
#define POKEPLATINUM_GAME_START_H
#include "overlay_manager.h"
extern const OverlayManagerTemplate gGameStartLoadSaveOverlayTemplate;
extern const OverlayManagerTemplate gGameStartNewSaveOverlayTemplate;
extern const OverlayManagerTemplate gGameStartRowanIntroOverlayTemplate;
#endif // POKEPLATINUM_GAME_START_H