mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
12 lines
354 B
C
12 lines
354 B
C
#ifndef GUARD_POKEHEARTGOLD_UNK_020163E0_H
|
|
#define GUARD_POKEHEARTGOLD_UNK_020163E0_H
|
|
|
|
#include "palette.h"
|
|
|
|
typedef struct UnkStruct_020163E0 UnkStruct_020163E0;
|
|
|
|
UnkStruct_020163E0 *sub_020163E0(PaletteData *plttData, PMLCDTarget screen, u32 num, HeapID heapId);
|
|
void sub_020164C4(UnkStruct_020163E0 *a0);
|
|
|
|
#endif // GUARD_POKEHEARTGOLD_UNK_020163E0_H
|