mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
15 lines
315 B
C
15 lines
315 B
C
#ifndef POKEPLATINUM_STRUCT_OV21_021D1FA4_H
|
|
#define POKEPLATINUM_STRUCT_OV21_021D1FA4_H
|
|
|
|
#include "bg_window.h"
|
|
#include "cell_actor.h"
|
|
|
|
typedef struct {
|
|
CellActorCollection *unk_00;
|
|
BgConfig *unk_04;
|
|
int unk_08;
|
|
int unk_0C;
|
|
} UnkStruct_ov21_021D1FA4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV21_021D1FA4_H
|