mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
12 lines
245 B
C
12 lines
245 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021EDDAC_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021EDDAC_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
enum HeapID heapID;
|
|
} UnkStruct_ov5_021EDDAC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021EDDAC_H
|