Add kbutton.h, fix includes

This commit is contained in:
Alibek Omarov
2018-04-13 19:58:17 +03:00
parent 25325e6150
commit 32b07cda86
3 changed files with 22 additions and 4 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ GNU General Public License for more details.
#include "common.h"
#include "client.h"
#include "const.h"
#include "../cl_dll/kbutton.h"
#include "kbutton.h"
extern convar_t *con_gamemaps;
@@ -1059,4 +1059,4 @@ void Key_EnumCmds_f( void )
}
else Con_Printf( S_ERROR "couldn't write help.txt.\n");
FS_AllowDirectPaths( false );
}
}