mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
13 lines
262 B
C
13 lines
262 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223E244_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223E244_H
|
|
|
|
#include "cell_actor.h"
|
|
|
|
typedef struct {
|
|
BOOL unk_00;
|
|
BOOL unk_04;
|
|
CellActor *unk_08;
|
|
} UnkStruct_ov83_0223E244;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223E244_H
|