pokeheartgold/include/font.h
2021-11-26 11:20:48 -05:00

9 lines
165 B
C

#ifndef POKEHEARTGOLD_FONT_H
#define POKEHEARTGOLD_FONT_H
typedef u8 FontID;
u32 FontI_GetGlyphWidth(FontID fontId, u16 character);
#endif //POKEHEARTGOLD_FONT_H