mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
fix dedicated build caused by previous commit
This commit is contained in:
parent
3345902612
commit
6428e90fa2
@ -14,7 +14,10 @@
|
||||
#include "filesystem_init.h"
|
||||
#include "tier1/convar.h"
|
||||
#include "vstdlib/cvar.h"
|
||||
|
||||
#ifndef DEDICATED
|
||||
#include "togl/rendermechanism.h"
|
||||
#endif
|
||||
|
||||
// NOTE: This has to be the last file included! (turned off below, since this is included like a header)
|
||||
#include "tier0/memdbgon.h"
|
||||
|
@ -18,7 +18,9 @@
|
||||
#include "ctype.h"
|
||||
|
||||
#include "tier1/fmtstr.h"
|
||||
#ifndef DEDICATED
|
||||
#include "togl/rendermechanism.h"
|
||||
#endif
|
||||
|
||||
// NOTE: This must be the last file included!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
@ -12,7 +12,9 @@
|
||||
#include "materialsystem/imaterial.h"
|
||||
#include "tier0/vprof.h"
|
||||
#include "tier0/basetypes.h"
|
||||
#ifndef DEDICATED
|
||||
#include "togl/rendermechanism.h"
|
||||
#endif
|
||||
|
||||
#if !defined(M_PI)
|
||||
#define M_PI 3.14159265358979323846
|
||||
|
Loading…
Reference in New Issue
Block a user