mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
19 lines
457 B
C
19 lines
457 B
C
#ifndef POKEPLATINUM_STRUCT_0203DE34_H
|
|
#define POKEPLATINUM_STRUCT_0203DE34_H
|
|
|
|
#include "game_options.h"
|
|
#include "journal.h"
|
|
#include "struct_decls/struct_0202CD88_decl.h"
|
|
#include "struct_decls/struct_0205C22C_decl.h"
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData * unk_00;
|
|
UnkStruct_0205C22C * unk_04;
|
|
Options * unk_08;
|
|
UnkStruct_0202CD88 * unk_0C;
|
|
Journal * unk_10;
|
|
} UnkStruct_0203DE34;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203DE34_H
|