mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 14:37:32 -05:00
15 lines
353 B
C
15 lines
353 B
C
#ifndef POKEPLATINUM_STRUCT_02070950_H
|
|
#define POKEPLATINUM_STRUCT_02070950_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
#include "struct_decls/struct_02061AB4_decl.h"
|
|
|
|
typedef struct UnkStruct_02070950_t {
|
|
u32 unk_00;
|
|
FieldSystem * fieldSystem;
|
|
MapObject * unk_08;
|
|
u16 unk_0C;
|
|
} UnkStruct_02070950;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02070950_H
|