diff options
Diffstat (limited to 'sp/src/vpc_scripts/default.vgc')
| -rw-r--r-- | sp/src/vpc_scripts/default.vgc | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/sp/src/vpc_scripts/default.vgc b/sp/src/vpc_scripts/default.vgc index b98837fa..efcaedfb 100644 --- a/sp/src/vpc_scripts/default.vgc +++ b/sp/src/vpc_scripts/default.vgc @@ -1,22 +1,22 @@ -//-----------------------------------------------------------------------------
-// DEFAULT.VGC
-//
-// Configurations for all Source(TM) Projects
-//-----------------------------------------------------------------------------
-
-////////////////
-// Game Names //
-////////////////
-
-$Games
-{
- "EPISODIC"
- "HL2"
-}
-
-// Makes the VPC scripts work in the SDK's context
-$Conditional "SOURCESDK" "1"
-
-$Include "vpc_scripts\projects.vgc"
-$Include "vpc_scripts\groups.vgc"
-
+//----------------------------------------------------------------------------- +// DEFAULT.VGC +// +// Configurations for all Source(TM) Projects +//----------------------------------------------------------------------------- + +//////////////// +// Game Names // +//////////////// + +$Games +{ + "EPISODIC" + "HL2" +} + +// Makes the VPC scripts work in the SDK's context +$Conditional "SOURCESDK" "1" + +$Include "vpc_scripts\projects.vgc" +$Include "vpc_scripts\groups.vgc" + |