Browse Source

engine: platform: win32: fix compile

pull/2/head
Alibek Omarov 3 years ago
parent
commit
7cb06956c2
  1. 3
      engine/platform/win32/con_win.c

3
engine/platform/win32/con_win.c

@ -13,8 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -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 ) @@ -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

Loading…
Cancel
Save