mirror of
https://github.com/deater/tb1.git
synced 2024-12-23 04:29:42 +00:00
137d2b45fd
I'm merging all the the tom bombem projects into one git tree
7 lines
306 B
C
7 lines
306 B
C
void *curses_setupGraphics(int *xsize,int *ysize,int *bpp, int fullscreen,int verbose);
|
|
void curses_flushPalette(vmwSVMWGraphState *state);
|
|
void curses_BlitMem(vmwSVMWGraphState *target_p, vmwVisual *source);
|
|
void curses_clearKeyboardBuffer();
|
|
int curses_getInput();
|
|
void curses_closeGraphics(void);
|