fceugx/source/iplfont/iplfont.h

13 lines
442 B
C
Raw Normal View History

2008-04-03 03:58:35 +00:00
/****************************************************************************
* 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);
2008-04-03 03:58:35 +00:00
void scroller(int y, unsigned char text[][512], int nlines);
int scrollerx;