fceugx/source/iplfont/iplfont.h
askot.altair 8cdf9df10c -Fixes to get compile in GC & Wii
-Rearrange of some functions
2008-07-04 03:50:38 +00:00

21 lines
650 B
C

/****************************************************************************
* IPL_FONT HEADER
****************************************************************************/
//#define MARGIN 42
void init_font(void);
void write_font(int x, int y, const char *string);
void writex(int x, int y, int sx, int sy, const unsigned char *string, int lookup);
void scroller(int y, unsigned char text[][512], int nlines);
int scrollerx;
void SetScreen();
void ClearScreen();
int GetTextWidth(char *text);
int CentreTextPosition(char *text);
void WriteCentre(int y, char *text);
void WaitPrompt(char *msg);
void ShowAction(char *msg);