pokeplatinum/include/game_start.h
Eduardo Quezada fc03351879
Standarized OverlayManager names (#524)
* Standarized OverlayManager names

* Most "overlay" to "application"

* Other renames

* Last rename

* undo ov97_0222D30C.c changes
2025-05-26 12:50:57 -07:00

11 lines
350 B
C

#ifndef POKEPLATINUM_GAME_START_H
#define POKEPLATINUM_GAME_START_H
#include "overlay_manager.h"
extern const ApplicationManagerTemplate gGameStartLoadSaveAppTemplate;
extern const ApplicationManagerTemplate gGameStartNewSaveAppTemplate;
extern const ApplicationManagerTemplate gGameStartRowanIntroAppTemplate;
#endif // POKEPLATINUM_GAME_START_H