mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2025-12-31 17:48:37 +03:00
25 lines
476 B
Plaintext
25 lines
476 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// DEFAULT.VGC
|
|
//
|
|
// Configurations for all Source(TM) Projects
|
|
//-----------------------------------------------------------------------------
|
|
|
|
////////////////
|
|
// Game Names //
|
|
////////////////
|
|
|
|
$Games
|
|
{
|
|
"HL2MP"
|
|
"HL2"
|
|
"EPISODIC"
|
|
"SDK"
|
|
}
|
|
|
|
// Makes the VPC scripts work in the SDK's context
|
|
$Conditional "SOURCESDK" "1"
|
|
|
|
$Include "vpc_scripts\projects.vgc"
|
|
$Include "vpc_scripts\groups.vgc"
|
|
|