From 911933c8fd867b4b31bfac0b6e63dfc40aa65b7c Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Thu, 13 Feb 2003 19:04:08 +0000 Subject: [PATCH] *punts cvs* --- include/QF/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/QF/input.h b/include/QF/input.h index ad93cde17..3d97b3ac8 100644 --- a/include/QF/input.h +++ b/include/QF/input.h @@ -77,10 +77,10 @@ extern float in_mouse_x, in_mouse_y; void IN_LL_Init_Cvars (void); void IN_LL_Init (void); void IN_LL_Shutdown (void); -void IN_LL_Grab_Input (void); -void IN_LL_Ungrab_Input (void); void IN_LL_SendKeyEvents (void); void IN_LL_ClearStates (void); +int IN_LL_Grab_Input (void); +int IN_LL_Ungrab_Input (void); extern kbutton_t in_strafe, in_klook, in_speed, in_mlook;