mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 21:34:25 -05:00
9 lines
165 B
C
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
|