mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
23 lines
565 B
C
23 lines
565 B
C
#ifndef POKEPLATINUM_STRUCT_0209C194_1_H
|
|
#define POKEPLATINUM_STRUCT_0209C194_1_H
|
|
|
|
#include "game_options.h"
|
|
#include "journal.h"
|
|
#include "struct_decls/struct_0202CD88_decl.h"
|
|
#include "field/field_system_decl.h"
|
|
#include "struct_decls/struct_0205C22C_decl.h"
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
SaveData * unk_08;
|
|
UnkStruct_0205C22C * unk_0C;
|
|
Options * unk_10;
|
|
UnkStruct_0202CD88 * unk_14;
|
|
Journal * unk_18;
|
|
FieldSystem * fieldSystem;
|
|
} UnkStruct_0209C194_1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0209C194_1_H
|