mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
12 lines
319 B
C
12 lines
319 B
C
#ifndef POKEPLATINUM_HEIGHT_WEIGHT_DATA_H
|
|
#define POKEPLATINUM_HEIGHT_WEIGHT_DATA_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
#include "pokedex_heightweight.h"
|
|
|
|
HeightWeightData *HeightWeightData_Load(enum HeapID heapID);
|
|
void HeightWeightData_Free(HeightWeightData *heightWeightData);
|
|
|
|
#endif // POKEPLATINUM_HEIGHT_WEIGHT_DATA_H
|