mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 01:20:35 +00:00
implemented CHeli
This commit is contained in:
parent
3b9b0646b8
commit
a3e3527a3b
15 changed files with 1187 additions and 52 deletions
|
@ -106,6 +106,9 @@ enum eFlightModel
|
|||
FLIGHT_MODEL_SEAPLANE
|
||||
};
|
||||
|
||||
// Or Weapon.h?
|
||||
void FireOneInstantHitRound(CVector *shotSource, CVector *shotTarget, int32 damage);
|
||||
|
||||
class CVehicle : public CPhysical
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue