X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=keys.h;h=a84eb4c6f7cced9246b4faaf430ffb851467ed28;hb=8367a30715017e7a497f6baf65dbaff5f72d6cf3;hp=e471a235a74ceb3255e0ed5732e76f79d8d29ac8;hpb=137357d6b7e13e7b2d4bbaeb719dfd4f218a1e5e;p=xonotic%2Fdarkplaces.git diff --git a/keys.h b/keys.h index e471a235..a84eb4c6 100644 --- 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);