From 3bf9df6b2785fa6d951086978a3e66f49427166a Mon Sep 17 00:00:00 2001 From: FluorescentCIAAfricanAmerican <0934gj3049fk@protonmail.com> Date: Wed, 22 Apr 2020 12:56:21 -0400 Subject: 1 --- materialsystem/materialsystem_global.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 materialsystem/materialsystem_global.cpp (limited to 'materialsystem/materialsystem_global.cpp') diff --git a/materialsystem/materialsystem_global.cpp b/materialsystem/materialsystem_global.cpp new file mode 100644 index 0000000..f64c155 --- /dev/null +++ b/materialsystem/materialsystem_global.cpp @@ -0,0 +1,20 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=====================================================================================// + +#include "materialsystem_global.h" +#include "shaderapi/ishaderapi.h" +#include "shadersystem.h" +#include +#include "filesystem.h" + +// memdbgon must be the last include file in a .cpp file!!! +#include "tier0/memdbgon.h" + +int g_FrameNum; +IShaderAPI *g_pShaderAPI = 0; +IShaderDeviceMgr* g_pShaderDeviceMgr = 0; +IShaderDevice *g_pShaderDevice = 0; +IShaderShadow* g_pShaderShadow = 0; -- cgit v1.2.3