mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-30 14:15:12 -05:00
20 lines
426 B
C
20 lines
426 B
C
#ifndef POKEPLATINUM_STRUCT_0203DE34_H
|
|
#define POKEPLATINUM_STRUCT_0203DE34_H
|
|
|
|
#include "struct_decls/struct_0205C22C_decl.h"
|
|
|
|
#include "game_options.h"
|
|
#include "game_records.h"
|
|
#include "journal.h"
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData *unk_00;
|
|
UnkStruct_0205C22C *unk_04;
|
|
Options *unk_08;
|
|
GameRecords *records;
|
|
Journal *unk_10;
|
|
} UnkStruct_0203DE34;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203DE34_H
|