You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
415 B
C

#define C_SIZEX 125
#define C_SIZEY 56
#define WINSIZEX (C_SIZEX*8)+4
#define WINSIZEY (C_SIZEY*8)+4
#define SIZEX WINSIZEX
#define SIZEY WINSIZEY
int lastkey;
int lastkeysym;
int lastkeymod;
int timer_tick;
int startptc();
void updateptc();
void endptc();
void events();
void drawstring(int cx,int cy, unsigned char *tempstring, unsigned char fgcolor, unsigned char bgcolor, void *charset);