File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1414#include " filesystem_init.h"
1515#include " tier1/convar.h"
1616#include " vstdlib/cvar.h"
17+
18+ #ifndef DEDICATED
1719#include " togl/rendermechanism.h"
20+ #endif
1821
1922// NOTE: This has to be the last file included! (turned off below, since this is included like a header)
2023#include " tier0/memdbgon.h"
Original file line number Diff line number Diff line change 1818#include " ctype.h"
1919
2020#include " tier1/fmtstr.h"
21+ #ifndef DEDICATED
2122#include " togl/rendermechanism.h"
23+ #endif
2224
2325// NOTE: This must be the last file included!!!
2426#include " tier0/memdbgon.h"
Original file line number Diff line number Diff line change 1212#include " materialsystem/imaterial.h"
1313#include " tier0/vprof.h"
1414#include " tier0/basetypes.h"
15+ #ifndef DEDICATED
1516#include " togl/rendermechanism.h"
17+ #endif
1618
1719#if !defined(M_PI)
1820 #define M_PI 3.14159265358979323846
You can’t perform that action at this time.
0 commit comments