mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 02:35:17 -05:00
19 lines
417 B
C
19 lines
417 B
C
#ifndef POKEPLATINUM_STRUCT_0208AF44_H
|
|
#define POKEPLATINUM_STRUCT_0208AF44_H
|
|
|
|
#include "struct_decls/cell_actor_data.h"
|
|
#include "struct_defs/struct_0208AF44_sub1.h"
|
|
|
|
#include "touch_screen.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
BOOL unk_08;
|
|
CellActorData *unk_0C;
|
|
TouchScreenRect *unk_10;
|
|
UnkStruct_0208AF44_sub1 unk_14;
|
|
} UnkStruct_0208AF44;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0208AF44_H
|