]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
Add skipmaterialflagsmask feature to TraceLine and friends - this allows more sensibl...
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index e471a235a74ceb3255e0ed5732e76f79d8d29ac8..a84eb4c6f7cced9246b4faaf430ffb851467ed28 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -367,11 +367,11 @@ extern    keydest_t       key_dest;
 extern int                     key_consoleactive;
 extern char            *keybindings[MAX_BINDMAPS][MAX_KEYS];
 
-extern void Key_ClearEditLine(int edit_line);
 extern int chat_mode; // 0 for say, 1 for say_team, -1 for command
 extern char chat_buffer[MAX_INPUTLINE];
 extern unsigned int chat_bufferlen;
 
+void Key_ClearEditLine(int edit_line);
 void Key_WriteBindings(qfile_t *f);
 void Key_Init(void);
 void Key_Shutdown(void);