mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
14 lines
277 B
C
14 lines
277 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223F410_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223F410_H
|
|
|
|
#include "cell_actor.h"
|
|
|
|
typedef struct {
|
|
CellActor *unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
BOOL unk_0C;
|
|
} UnkStruct_ov83_0223F410;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223F410_H
|