mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-01-05 22:10:07 +03:00
init
This commit is contained in:
24
vpc_scripts/default.vgc
Normal file
24
vpc_scripts/default.vgc
Normal file
@@ -0,0 +1,24 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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"
|
||||
|
||||
Reference in New Issue
Block a user