summaryrefslogtreecommitdiff
path: root/materialsystem/stdshaders/sky_dx6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'materialsystem/stdshaders/sky_dx6.cpp')
-rw-r--r--materialsystem/stdshaders/sky_dx6.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/sky_dx6.cpp b/materialsystem/stdshaders/sky_dx6.cpp
new file mode 100644
index 0000000..15bdc55
--- /dev/null
+++ b/materialsystem/stdshaders/sky_dx6.cpp
@@ -0,0 +1,15 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose: Teeth renderer
+//
+// $Header: $
+// $NoKeywords: $
+//=============================================================================//
+#include "shaderlib/cshader.h"
+
+// memdbgon must be the last include file in a .cpp file!!!
+#include "tier0/memdbgon.h"
+
+DEFINE_FALLBACK_SHADER( Sky, UnlitGeneric )
+DEFINE_FALLBACK_SHADER( Sky_dx6, UnlitGeneric )
+