mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
15 lines
254 B
C++
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;
|