mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Nothing important, branch update
This commit is contained in:
parent
b7eb66f7d0
commit
293e965965
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ void GRRLIB_DrawCube(f32 size, bool filled);
|
||||||
void GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled);
|
void GRRLIB_DrawCylinder(f32 r, f32 h, int d, bool filled);
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// GRRLIB_Freetype.c - FreeType function for GRRLIB
|
// GRRLIB_ttf.c - FreeType function for GRRLIB
|
||||||
GRRLIB_ttfFont* GRRLIB_LoadTTF(const u8* file_base, s32 file_size);
|
GRRLIB_ttfFont* GRRLIB_LoadTTF(const u8* file_base, s32 file_size);
|
||||||
void GRRLIB_FreeTTF(GRRLIB_ttfFont *myFont);
|
void GRRLIB_FreeTTF(GRRLIB_ttfFont *myFont);
|
||||||
void GRRLIB_PrintfTTF(int x, int y, GRRLIB_ttfFont *myFont, const char *string, unsigned int fontSize, const u32 color);
|
void GRRLIB_PrintfTTF(int x, int y, GRRLIB_ttfFont *myFont, const char *string, unsigned int fontSize, const u32 color);
|
||||||
|
|
Loading…
Reference in a new issue