2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-02-01 00:00:36 +03:00
ReGameDLL_CS/regamedll/dlls/globals.cpp

15 lines
254 B
C++
Raw Permalink Normal View History

2019-09-22 21:29:29 +07:00
#include "precompiled.h"
const Vector g_vecZero(0, 0, 0);
int g_Language;
int g_iSkillLevel;
Vector g_vecAttackDir;
BOOL gDisplayTitle;
bool g_bIsBeta = false;
bool g_bIsCzeroGame = false;
bool g_bAllowedCSBot = false;
bool g_bHostageImprov = false;