mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
15 lines
441 B
C
15 lines
441 B
C
#ifndef POKEHEARTGOLD_UNK_0203DFA4_H
|
|
#define POKEHEARTGOLD_UNK_0203DFA4_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
typedef struct FieldSystem FieldSystem;
|
|
|
|
void sub_0203DEF0(FieldSystem *fsys);
|
|
BOOL sub_0203DF7C(FieldSystem *fsys);
|
|
BOOL sub_0203DF8C(FieldSystem *fsys);
|
|
BOOL sub_0203DFA4(FieldSystem *fsys);
|
|
void FieldSys_LaunchApplication(FieldSystem *fsys, const OVY_MGR_TEMPLATE *template, void *parentWork);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0203DFA4_H
|