implemented CAutomobile::TankControl

This commit is contained in:
aap 2019-07-25 16:33:37 +02:00
parent 60364f11da
commit 3bb607f9cb
6 changed files with 125 additions and 10 deletions

View file

@ -70,5 +70,7 @@ public:
void AddGunshell(CEntity*, CVector const&, CVector2D const&, float);
bool IsTypeMelee(void);
bool IsType2Handed(void);
static void DoTankDoomAiming(CEntity *playerVehicle, CEntity *playerPed, CVector *start, CVector *end);
};
static_assert(sizeof(CWeapon) == 0x18, "CWeapon: error");