2000-09-16 23:23:00 +00:00
|
|
|
/* The SDL hooks for the Super VMW graphics library */
|
|
|
|
|
2000-09-22 04:38:00 +00:00
|
|
|
void *SDL_setupGraphics(int *xsize,int *ysize,int *bpp,int fullscreen,
|
2000-09-18 03:50:00 +00:00
|
|
|
int verbose);
|
2000-10-15 05:04:00 +00:00
|
|
|
void SDL_flushPalette(vmwSVMWGraphState *state);
|
2000-09-16 23:23:00 +00:00
|
|
|
void SDL_NoScale16bpp_BlitMem(vmwSVMWGraphState *target, vmwVisual *source);
|
2000-09-18 03:50:00 +00:00
|
|
|
void SDL_Double16bpp_BlitMem(vmwSVMWGraphState *target_p, vmwVisual *source);
|
2000-09-22 04:38:00 +00:00
|
|
|
void SDL_NoScale8bpp_BlitMem(vmwSVMWGraphState *target, vmwVisual *source);
|
2000-10-16 03:56:00 +00:00
|
|
|
void SDL_Double8bpp_BlitMem(vmwSVMWGraphState *target, vmwVisual *source);
|
2000-09-16 23:23:00 +00:00
|
|
|
void SDL_clearKeyboardBuffer();
|
|
|
|
int SDL_getInput();
|
2000-10-15 05:04:00 +00:00
|
|
|
void SDL_closeGraphics();
|