mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 18:55:30 -05:00
16 lines
352 B
C
16 lines
352 B
C
#ifndef POKEPLATINUM_STRUCT_02070950_H
|
|
#define POKEPLATINUM_STRUCT_02070950_H
|
|
|
|
#include "struct_decls/struct_02061AB4_decl.h"
|
|
|
|
#include "field/field_system_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
|