This commit is contained in:
Sergeanur 2019-10-03 22:28:56 +03:00
parent 6fe3d38ce2
commit 72e12f6aae
8 changed files with 1174 additions and 85 deletions

View file

@ -49,4 +49,5 @@ public:
static CVehicle *GetVehicle(int32 handle);
static int32 GetObjectRef(CObject *object);
static CObject *GetObject(int32 handle);
static void MakeSureSlotInObjectPoolIsEmpty(int32 handle);
};