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

host: fix implicit declaration on Win32 builds

This commit is contained in:
Alibek Omarov 2019-01-12 02:53:41 +03:00
parent 5fda638edf
commit c8035c1adf

View File

@ -983,6 +983,7 @@ int EXPORT Host_Main( int argc, char **argv, const char *progname, int bChangeGa
if( Host_IsDedicated() )
{
#ifdef _WIN32
void Wcon_InitConsoleCommands( void ) // con_win.c
Wcon_InitConsoleCommands ();
#endif