mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
14 lines
368 B
C
14 lines
368 B
C
#ifndef POKEPLATINUM_STRUCT_OV22_02259C58_H
|
|
#define POKEPLATINUM_STRUCT_OV22_02259C58_H
|
|
|
|
#include "cell_actor.h"
|
|
|
|
typedef struct UnkStruct_ov22_02259C58_tag {
|
|
CellActor *unk_00;
|
|
int unk_04;
|
|
void *unk_08;
|
|
void (*unk_0C)(struct UnkStruct_ov22_02259C58_tag *param0, void *param1);
|
|
} UnkStruct_ov22_02259C58;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV22_02259C58_H
|