mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-12 05:30:21 +03:00
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// game_shader_dx9.vpc
|
||
|
//
|
||
|
// Project Script for mods to use an an example of how to override shaders
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
$Macro SRCDIR "..\.."
|
||
|
$Macro GAMENAME "mod_hl2"
|
||
|
$Include "$SRCDIR\materialsystem\stdshaders\game_shader_dx9_base.vpc"
|
||
|
|
||
|
$Project "Shaders (HL2)"
|
||
|
{
|
||
|
}
|