2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 03:11:06 +01:00

engine: platform: win32: fix compile

This commit is contained in:
Alibek Omarov 2021-12-28 00:16:06 +03:00
parent ebfa8e6ffc
commit 7cb06956c2

View File

@ -13,8 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#ifdef _WIN32
#include "common.h"
#include "xash3d_mathlib.h"
/*
===============================================================================
@ -468,4 +468,3 @@ void Wcon_RegisterHotkeys( void )
// user can hit escape for quit
RegisterHotKey( s_wcd.hWnd, QUIT_ON_ESCAPE_ID, 0, VK_ESCAPE );
}
#endif // _WIN32