2
0
mirror of https://github.com/s1lentq/ReGameDLL_CS.git synced 2025-02-18 01:38:47 +03:00
2019-09-22 21:29:29 +07:00

15 lines
254 B
C++

#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;