mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-17 18:47:34 -05:00
15 lines
374 B
C
15 lines
374 B
C
#ifndef POKEPLATINUM_STRUCT_02070950_H
|
|
#define POKEPLATINUM_STRUCT_02070950_H
|
|
|
|
#include "struct_decls/struct_0203CDB0_decl.h"
|
|
#include "struct_decls/struct_02061AB4_decl.h"
|
|
|
|
typedef struct UnkStruct_02070950_t {
|
|
u32 unk_00;
|
|
UnkStruct_0203CDB0 * unk_04;
|
|
UnkStruct_02061AB4 * unk_08;
|
|
u16 unk_0C;
|
|
} UnkStruct_02070950;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02070950_H
|