mirror of
https://github.com/deater/tb1.git
synced 2024-11-19 12:31:56 +00:00
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();
|