This commit is contained in:
Fire-Head
2020-08-27 19:52:43 +03:00
parent 265b07a8d9
commit a38702a7d2
12 changed files with 592 additions and 303 deletions

View File

@@ -4,6 +4,7 @@ class CSpecialFX
{
public:
static bool bSnapShotActive;
static int32 SnapShotFrames;
static void Render(void);
static void Update(void);
@@ -56,6 +57,10 @@ public:
static void AddTrace(CVector*, CVector*);
static void Render(void);
static void Update(void);
//TODO(MIAMI)
static void AddTrace(CVector *, CVector *, float, unsigned int, unsigned char) {}
static void AddTrace(CVector *, CVector *, int32 weapontype, class CEntity *shooter) {}
};
enum