garages part 1

This commit is contained in:
Nikolay Korolev
2020-03-28 15:24:13 +03:00
parent 8703758a7b
commit 268f92bfbe
13 changed files with 795 additions and 50 deletions

View File

@ -300,3 +300,5 @@ public:
};
static_assert(sizeof(cVehicleParams) == 0x18, "cVehicleParams: error");
void DestroyVehicleAndDriverAndPassengers(CVehicle* pVehicle);