pokeheartgold/include/font.h
2022-02-01 16:57:59 -05:00

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