mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 15:10:26 +00:00
18 lines
393 B
C
18 lines
393 B
C
#ifndef POKEHEARTGOLD_OVY_14_H
|
|
#define POKEHEARTGOLD_OVY_14_H
|
|
|
|
#include "overlay_manager.h"
|
|
#include "save.h"
|
|
|
|
typedef struct PCBoxArgs {
|
|
SaveData *saveData;
|
|
void *fieldSystemUnk10C;
|
|
int unk8;
|
|
} PCBoxArgs;
|
|
|
|
BOOL PCBox_Init(OVY_MANAGER *man, int *state);
|
|
BOOL PCBox_Main(OVY_MANAGER *man, int *state);
|
|
BOOL PCBox_Exit(OVY_MANAGER *man, int *state);
|
|
|
|
#endif //POKEHEARTGOLD_OVY_14_H
|