mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 18:26:14 -05:00
11 lines
350 B
C
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
|