mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
11 lines
232 B
C
11 lines
232 B
C
#ifndef POKEHEARTGOLD_FONT_H
|
|
#define POKEHEARTGOLD_FONT_H
|
|
|
|
typedef u8 FontID;
|
|
|
|
u32 FontI_GetGlyphWidth(FontID fontId, u16 character);
|
|
void sub_02002CA8(void);
|
|
void sub_02002CEC(int a0, HeapID heapId);
|
|
|
|
#endif //POKEHEARTGOLD_FONT_H
|