diff options
Diffstat (limited to 'mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc b/mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc new file mode 100644 index 00000000..7f5339b7 --- /dev/null +++ b/mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc @@ -0,0 +1,13 @@ +//-----------------------------------------------------------------------------
+// game_shader_dx9.vpc
+//
+// Project Script for mods to use an an example of how to override shaders
+//-----------------------------------------------------------------------------
+
+$Macro SRCDIR "..\.."
+$Macro GAMENAME "mod_hl2mp"
+$Include "$SRCDIR\materialsystem\stdshaders\game_shader_dx9_base.vpc"
+
+$Project "Shaders (HL2MP)"
+{
+}
\ No newline at end of file |