tb1/svmwgraph/opengl_svmwgraph.h

8 lines
306 B
C
Raw Normal View History

2000-10-28 02:09:00 +00:00
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();