mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
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 ApplicationManagerTemplate gGameStartLoadSaveAppTemplate;
|
|
extern const ApplicationManagerTemplate gGameStartNewSaveAppTemplate;
|
|
extern const ApplicationManagerTemplate gGameStartRowanIntroAppTemplate;
|
|
|
|
#endif // POKEPLATINUM_GAME_START_H
|