mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-12 21:50:21 +03:00
* 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
432 B
Plaintext
13 lines
432 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_episodic"
|
|
$Include "$SRCDIR\materialsystem\stdshaders\game_shader_dx9_base.vpc"
|
|
|
|
$Project "Shaders (Episodic)"
|
|
{
|
|
} |