Files
csgo2_tiny_server_plugin_sy…/csgo2/global.h
Huoji's 06acf8b24d 11
2023-10-04 06:01:28 +08:00

13 lines
303 B
C++

#pragma once
#include "head.h"
class CGlobalVars;
class CGameEntitySystem;
namespace global {
extern bool Exit;
extern int MaxPlayers;
extern CGameEntitySystem* EntitySystem;
extern bool HasTicked;
extern CGlobalVars* GlobalVars;
extern float m_flUniversalTime;
extern float m_flLastTickedTime;
}