[CHG] Nothing important, branch update

This commit is contained in:
Crayon2000 2010-03-11 03:32:05 +00:00
parent b7eb66f7d0
commit 293e965965

View file

@ -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);