mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
19 lines
382 B
C
19 lines
382 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_0224AE84_H
|
|
#define POKEPLATINUM_STRUCT_OV17_0224AE84_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
SysTask *unk_00;
|
|
CellActorData *unk_04;
|
|
s32 unk_08;
|
|
s32 unk_0C;
|
|
s32 unk_10;
|
|
s32 unk_14;
|
|
u16 unk_18;
|
|
} UnkStruct_ov17_0224AE84;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_0224AE84_H
|