mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
19 lines
492 B
Plaintext
19 lines
492 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// SOURCE_SAXXYAWARDS.VPC
|
|
//
|
|
// Turn the macro on to enable the Saxxy awards main menu UI and music.
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Macro SAXXYAWARDS_ENABLE 0
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$PreprocessorDefinitions "$BASE;SAXXYMAINMENU_ENABLED" [$SAXXYAWARDS_ENABLE]
|
|
}
|
|
}
|