mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
12 lines
229 B
C
12 lines
229 B
C
#ifndef POKEPLATINUM_STRUCT_0207C894_H
|
|
#define POKEPLATINUM_STRUCT_0207C894_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
typedef struct {
|
|
enum HeapID heapID;
|
|
int unk_04;
|
|
} UnkStruct_0207C894;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207C894_H
|