mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 19:20:34 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
commit
2966be41ba
29 changed files with 489 additions and 305 deletions
|
@ -120,13 +120,9 @@ enum eVehicleAppearance
|
|||
VEHICLE_APPEARANCE_PLANE,
|
||||
};
|
||||
|
||||
// Or Weapon.h?
|
||||
void FireOneInstantHitRound(CVector *shotSource, CVector *shotTarget, int32 damage);
|
||||
|
||||
class CVehicle : public CPhysical
|
||||
{
|
||||
public:
|
||||
// 0x128
|
||||
tHandlingData *pHandling;
|
||||
CAutoPilot AutoPilot;
|
||||
uint8 m_currentColour1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue