Files
csgo2_tiny_server_plugin_sy…/csgo2/global.h
2023-10-10 16:49:15 +08:00

14 lines
331 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;
extern bool isMetaModInit;
}