mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
DedicatedServer: declare a dummy _hwndMain
This commit is contained in:
parent
9f7467d3ad
commit
95b4404cbc
|
@ -39,6 +39,10 @@ CTString sam_strGameName = "serioussam";
|
||||||
|
|
||||||
CTimerValue _tvLastLevelEnd((__int64) -1);
|
CTimerValue _tvLastLevelEnd((__int64) -1);
|
||||||
|
|
||||||
|
// Not used; dummy declaration only needed by
|
||||||
|
// Engine/Base/ErrorReporting.o
|
||||||
|
HWND _hwndMain = NULL;
|
||||||
|
|
||||||
void InitializeGame(void)
|
void InitializeGame(void)
|
||||||
{
|
{
|
||||||
#ifdef STATICALLY_LINKED
|
#ifdef STATICALLY_LINKED
|
||||||
|
|
Loading…
Reference in New Issue
Block a user