mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
host: fix implicit declaration on Win32 builds
This commit is contained in:
parent
5fda638edf
commit
c8035c1adf
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user