mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 06:32:10 +08:00
Add kbutton.h, fix includes
This commit is contained in:
@@ -19,7 +19,7 @@ GNU General Public License for more details.
|
||||
#include "cl_tent.h"
|
||||
#include "gl_local.h"
|
||||
#include "input.h"
|
||||
#include "../cl_dll/kbutton.h"
|
||||
#include "kbutton.h"
|
||||
#include "vgui_draw.h"
|
||||
|
||||
#define MAX_TOTAL_CMDS 32
|
||||
@@ -2831,4 +2831,4 @@ void CL_Shutdown( void )
|
||||
R_Shutdown ();
|
||||
|
||||
Con_Shutdown ();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user