Files
csgo2_tiny_server_plugin_sy…/csgo2/global.h
huoji 4a5a37ba95 1
2023-10-20 20:19:22 +08:00

15 lines
360 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;
extern bool IsDisableBlood;
}