mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
14 lines
305 B
C
14 lines
305 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_0223F6E8_H
|
|
#define POKEPLATINUM_STRUCT_OV17_0223F6E8_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
CellActorData *unk_00[6];
|
|
SysTask *unk_18;
|
|
} UnkStruct_ov17_0223F6E8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_0223F6E8_H
|