]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
com_list.h: Fix copy/paste oversight where List_For_Each_Entry went backwards like...
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index baf1b9a16de4aa0e9f80861355608087bc2db6f9..f6b78cd0c841a385efea99dee7988d09c72530cd 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -27,6 +27,7 @@
 #ifndef __KEYS_H
 #define __KEYS_H
 
+#include <stddef.h>
 #include "qtypes.h"
 #include "qdefs.h"
 #include "fs.h"
@@ -392,6 +393,8 @@ const char *Key_GetBind (int key, int bindmap);
 void Key_FindKeysForCommand (const char *command, int *keys, int numkeys, int bindmap);
 qbool Key_SetBindMap(int fg, int bg);
 void Key_GetBindMap(int *fg, int *bg);
+const char *Key_KeynumToString (int keynum, char *buf, size_t buflength);
+int Key_StringToKeynum (const char *str);
 
 #endif // __KEYS_H