mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 09:38:56 +08:00
3569c0f8f5
* Pulled in bug fixes from HL2 and HL2MP.
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// DEFAULT.VGC
|
|
//
|
|
// Configurations for all Source(TM) Projects
|
|
//-----------------------------------------------------------------------------
|
|
|
|
////////////////
|
|
// Game Names //
|
|
////////////////
|
|
|
|
$Games
|
|
{
|
|
"HL2MP"
|
|
}
|
|
|
|
// Makes the VPC scripts work in the SDK's context
|
|
$Conditional "SOURCESDK" "1"
|
|
|
|
$Include "vpc_scripts\projects.vgc"
|
|
$Include "vpc_scripts\groups.vgc"
|
|
|