mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 05:57:57 -05:00
12 lines
223 B
C
12 lines
223 B
C
#ifndef POKEPLATINUM_STRUCT_020711C8_H
|
|
#define POKEPLATINUM_STRUCT_020711C8_H
|
|
|
|
#include "pokemon.h"
|
|
|
|
typedef struct {
|
|
Pokemon * unk_00;
|
|
void * unk_04;
|
|
} UnkStruct_020711C8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020711C8_H
|