mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
19 lines
397 B
C
19 lines
397 B
C
#ifndef POKEPLATINUM_STRUCT_020F3DCC_H
|
|
#define POKEPLATINUM_STRUCT_020F3DCC_H
|
|
|
|
#include "struct_decls/struct_020F3DCC_decl.h"
|
|
|
|
typedef struct UnkStruct_020F3DCC_t {
|
|
BOOL unk_00;
|
|
BOOL unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
const UnkStruct_020F3DCC *unk_20;
|
|
} UnkStruct_020F3DCC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020F3DCC_H
|