mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
16 lines
330 B
C
16 lines
330 B
C
#ifndef POKEPLATINUM_STRUCT_0203DDFC_H
|
|
#define POKEPLATINUM_STRUCT_0203DDFC_H
|
|
|
|
#include "struct_decls/struct_0205C22C_decl.h"
|
|
|
|
#include "game_options.h"
|
|
#include "journal.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_0205C22C *unk_00;
|
|
Journal *unk_04;
|
|
Options *unk_08;
|
|
} UnkStruct_0203DDFC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203DDFC_H
|