This commit is contained in:
FluorescentCIAAfricanAmerican
2020-04-22 12:56:21 -04:00
commit 3bf9df6b27
15370 changed files with 5489726 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
#ifndef GAME_H
#define GAME_H
#include "globals.h"
extern void GameDLLInit( void );
extern ConVar displaysoundlist;
extern ConVar mapcyclefile;
extern ConVar servercfgfile;
extern ConVar lservercfgfile;
// multiplayer server rules
extern ConVar teamplay;
extern ConVar fraglimit;
extern ConVar falldamage;
extern ConVar weaponstay;
extern ConVar forcerespawn;
extern ConVar footsteps;
extern ConVar flashlight;
extern ConVar aimcrosshair;
extern ConVar decalfrequency;
extern ConVar teamlist;
extern ConVar teamoverride;
extern ConVar defaultteam;
extern ConVar allowNPCs;
extern ConVar suitvolume;
// Engine Cvars
extern const ConVar *g_pDeveloper;
#endif // GAME_H