summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/quake/vid.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/progs/quake/vid.h')
-rw-r--r--apps/plugins/sdl/progs/quake/vid.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/sdl/progs/quake/vid.h b/apps/plugins/sdl/progs/quake/vid.h
index 1708ba825f..73c2ac7b4c 100644
--- a/apps/plugins/sdl/progs/quake/vid.h
+++ b/apps/plugins/sdl/progs/quake/vid.h
@@ -79,7 +79,3 @@ void VID_Update (vrect_t *rects);
79int VID_SetMode (int modenum, unsigned char *palette); 79int VID_SetMode (int modenum, unsigned char *palette);
80// sets the mode; only used by the Quake engine for resetting to mode 0 (the 80// sets the mode; only used by the Quake engine for resetting to mode 0 (the
81// base mode) on memory allocation failures 81// base mode) on memory allocation failures
82
83void VID_HandlePause (qboolean pause);
84// called only on Win32, when pause happens, so the mouse can be released
85