mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 19:25:29 -05:00
27 lines
567 B
C
27 lines
567 B
C
#ifndef POKEPLATINUM_STRUCT_0206BC70_H
|
|
#define POKEPLATINUM_STRUCT_0206BC70_H
|
|
|
|
#include <dwc.h>
|
|
|
|
#include "struct_decls/struct_0202D750_decl.h"
|
|
#include "struct_decls/struct_0202D764_decl.h"
|
|
|
|
#include "game_options.h"
|
|
#include "savedata.h"
|
|
#include "system_data.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_0202D750 *unk_00;
|
|
UnkStruct_0202D764 *unk_04;
|
|
SystemData *unk_08;
|
|
SaveData *unk_0C;
|
|
Options *unk_10;
|
|
DWCUserData *unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
} UnkStruct_0206BC70;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0206BC70_H
|