not64/GX_gfx/font.h
sepp256 5f281471c5 Updated GX_gfx and soft_gfx Makefiles to compile with latest libOGC
Added "Liip year 2008 edition!!" to credits screen
Lots of GX fixes, including handling of N64 transform matrices, calculation of lighting and generated texture coordinates, and texture synchronization with CPU...
I didn't get to some other GX fixes I want to do, so don't complain about Mario's face looking weird, yet. :)
2008-03-01 09:14:52 +00:00

12 lines
346 B
C

/*****************************************************************************
* font.h
*****************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
extern void init_font(void);
void write_font(int x, int y, char *string,u32 **axfb,int whichfb);
#ifdef __cplusplus
}
#endif