mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 05:14:21 -05:00
10 lines
183 B
C
10 lines
183 B
C
#ifndef POKEHEARTGOLD_PALETTE_H
|
|
#define POKEHEARTGOLD_PALETTE_H
|
|
|
|
#include "heap.h"
|
|
|
|
void sub_0200398C(void*);
|
|
void *PaletteData_Init(HeapID heapId);
|
|
|
|
#endif //POKEHEARTGOLD_PALETTE_H
|