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.

41 lines
1.1 KiB

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. // $NoKeywords: $
  6. //=============================================================================//
  7. #ifndef DOD_CVARS_H
  8. #define DOD_CVARS_H
  9. #ifdef _WIN32
  10. #pragma once
  11. #endif
  12. #define MAX_INTERMISSION_TIME 120
  13. extern ConVar mp_limitteams;
  14. extern ConVar mp_autokick;
  15. extern ConVar mp_clan_restartround;
  16. extern ConVar mp_clan_readyrestart;
  17. extern ConVar mp_clan_ready_signal;
  18. extern ConVar mp_warmup_time;
  19. extern ConVar mp_combinemglimits;
  20. extern ConVar mp_restartwarmup;
  21. extern ConVar mp_cancelwarmup;
  22. extern ConVar mp_winlimit;
  23. extern ConVar mp_limitAlliesRifleman;
  24. extern ConVar mp_limitAlliesAssault;
  25. extern ConVar mp_limitAlliesSupport;
  26. extern ConVar mp_limitAlliesSniper;
  27. extern ConVar mp_limitAlliesMachinegun;
  28. extern ConVar mp_limitAlliesRocket;
  29. extern ConVar mp_limitAxisRifleman;
  30. extern ConVar mp_limitAxisAssault;
  31. extern ConVar mp_limitAxisSupport;
  32. extern ConVar mp_limitAxisSniper;
  33. extern ConVar mp_limitAxisMachinegun;
  34. extern ConVar mp_limitAxisRocket;
  35. #endif //DOD_CVARS_H