mirror of
https://github.com/deater/tb1.git
synced 2025-01-21 08:29:47 +00:00
137d2b45fd
I'm merging all the the tom bombem projects into one git tree
8 lines
306 B
C
8 lines
306 B
C
void *openGL_setupGraphics(int *xsize,int *ysize,int *bpp,
|
|
int fullscreen,int verbose);
|
|
void openGL_flushPalette(vmwSVMWGraphState *state);
|
|
void openGL_BlitMem(vmwSVMWGraphState *target_p, vmwVisual *source);
|
|
void openGL_clearKeyboardBuffer();
|
|
int openGL_getInput();
|
|
void openGL_closeGraphics();
|