Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
458 B

  1. //-----------------------------------------------------------------------------
  2. // DEFAULT.VGC
  3. //
  4. // Configurations for all Source(TM) Projects
  5. //-----------------------------------------------------------------------------
  6. ////////////////
  7. // Game Names //
  8. ////////////////
  9. $Games
  10. {
  11. "CSTRIKE"
  12. "DOD"
  13. "EPISODIC"
  14. "HL1"
  15. "HL1MP"
  16. "HL2"
  17. "HL2MP"
  18. "LOSTCOAST"
  19. "PORTAL"
  20. "SDK"
  21. "TF"
  22. }
  23. $Include "vpc_scripts\projects.vgc"
  24. $Include "vpc_scripts\groups.vgc"