tb1/tb1_linux/svmwgraph/opengl_svmwgraph.h
Vince Weaver 137d2b45fd Move tb1 into its own subdir
I'm merging all the the tom bombem projects into one git tree
2012-12-18 21:24:06 -05:00

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();