mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
15 lines
278 B
C
15 lines
278 B
C
#ifndef POKEPLATINUM_STRUCT_0203E348_H
|
|
#define POKEPLATINUM_STRUCT_0203E348_H
|
|
|
|
#include "game_records.h"
|
|
|
|
typedef struct {
|
|
int *unk_00;
|
|
int unk_04;
|
|
GameRecords *records;
|
|
int unk_0C;
|
|
int unk_10;
|
|
} UnkStruct_0203E348;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E348_H
|