X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid.h;h=56be2668bd9de91a085e29d3ca0269331a61c9b9;hp=d08d5dcc587c64e898da558560fc3d94ece8ca8e;hb=cecffffdd5310e387e8b910735ff77aa329cdb43;hpb=cf9b04f7dd65f32c7a781028efa6c8a56622b842 diff --git a/vid.h b/vid.h index d08d5dcc..56be2668 100644 --- a/vid.h +++ b/vid.h @@ -68,13 +68,6 @@ void VID_Init (unsigned char *palette); void VID_Shutdown (void); // Called at shutdown -void VID_Update (vrect_t *rects); -// flushes the given rectangles from the view buffer to the screen - int VID_SetMode (int modenum, unsigned char *palette); // sets the mode; only used by the Quake engine for resetting to mode 0 (the // base mode) on memory allocation failures - -void VID_HandlePause (qboolean pause); -// called only on Win32, when pause happens, so the mouse can be released -