mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
0e42951d44
* Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore
13 lines
426 B
Plaintext
13 lines
426 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_hl2mp"
|
|
$Include "$SRCDIR\materialsystem\stdshaders\game_shader_dx9_base.vpc"
|
|
|
|
$Project "Shaders (HL2MP)"
|
|
{
|
|
} |