Merge branch 'master' into master

This commit is contained in:
_AG
2019-07-07 09:21:44 +02:00
committed by GitHub
43 changed files with 3384 additions and 1306 deletions

View File

@@ -64,5 +64,6 @@ public:
void Reload(void);
bool Fire(CEntity*, CVector*);
void AddGunshell(CEntity*, CVector const&, CVector2D const&, float);
bool IsTypeMelee(void);
};
static_assert(sizeof(CWeapon) == 0x18, "CWeapon: error");