mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 08:14:09 +00:00
implemented CAutomobile::TankControl
This commit is contained in:
parent
60364f11da
commit
3bb607f9cb
6 changed files with 125 additions and 10 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue