mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
16 lines
353 B
C
16 lines
353 B
C
#ifndef POKEPLATINUM_STRUCT_OV101_021D148C_H
|
|
#define POKEPLATINUM_STRUCT_OV101_021D148C_H
|
|
|
|
#include "bg_window.h"
|
|
#include "message.h"
|
|
#include "string_template.h"
|
|
|
|
typedef struct {
|
|
MessageLoader *unk_00;
|
|
StringTemplate *unk_04;
|
|
Window unk_08[1];
|
|
void *unk_18;
|
|
} UnkStruct_ov101_021D148C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV101_021D148C_H
|