]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
(Round 1) Break up host_cmd.c
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index a84eb4c6f7cced9246b4faaf430ffb851467ed28..1cf6f2cb9b20fc6c4b05aff1e4f67e9435b418a6 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -378,7 +378,7 @@ void Key_Shutdown(void);
 void Key_Init_Cvars(void);
 void Key_Event(int key, int ascii, qboolean down);
 void Key_ReleaseAll (void);
-void Key_ClearStates (void); // FIXME: should this function still exist? Or should Key_ReleaseAll be used instead when shutting down a vid driver?
+void Key_ReleaseAll_f(cmd_state_t *cmd);
 void Key_EventQueue_Block(void);
 void Key_EventQueue_Unblock(void);