diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc b/mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc index 7f5339b7..dee82199 100644 --- a/mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc +++ b/mp/src/materialsystem/stdshaders/game_shader_dx9_hl2mp.vpc @@ -1,13 +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)"
-{
+//----------------------------------------------------------------------------- +// 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 |