mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
dedicated(win32): fix build issues #322
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "client_pch.h"
|
||||
#ifdef SWDS
|
||||
#include "igame.h"
|
||||
#include "hltvclientstate.h"
|
||||
#include "convar.h"
|
||||
#include "enginestats.h"
|
||||
@@ -37,9 +38,9 @@ bool CL_IsPortalDemo()
|
||||
|
||||
bool HandleRedirectAndDebugLog( const char *msg );
|
||||
|
||||
void BeginLoadingUpdates( MaterialNonInteractiveMode_t mode ) {}
|
||||
//void BeginLoadingUpdates( MaterialNonInteractiveMode_t mode ) {}
|
||||
//void EndLoadingUpdates() {}
|
||||
void RefreshScreenIfNecessary() {}
|
||||
void EndLoadingUpdates() {}
|
||||
|
||||
|
||||
void Con_ColorPrintf( const Color& clr, const char *fmt, ... )
|
||||
@@ -190,4 +191,8 @@ CClientState cl;
|
||||
char g_minidumpinfo[ 4096 ] = {0};
|
||||
PAGED_POOL_INFO_t g_pagedpoolinfo = { 0 };
|
||||
|
||||
int g_iVCRPlaybackSleepInterval = 0;
|
||||
IGame *game = NULL;
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user