mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-14 07:00:08 -05:00
11 lines
369 B
C
11 lines
369 B
C
#ifndef POKEHEARTGOLD_CHOOSE_STARTER_APP_H
|
|
#define POKEHEARTGOLD_CHOOSE_STARTER_APP_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL ChooseStarterApplication_OvyInit(OVY_MANAGER *man, int *state);
|
|
BOOL ChooseStarterApplication_OvyExec(OVY_MANAGER *man, int *state);
|
|
BOOL ChooseStarterApplication_OvyExit(OVY_MANAGER *man, int *state);
|
|
|
|
#endif //POKEHEARTGOLD_CHOOSE_STARTER_APP_H
|