more CWanted; added CEventList

This commit is contained in:
aap 2019-07-12 18:01:22 +02:00
parent 0548476ba6
commit 60711154ba
13 changed files with 666 additions and 89 deletions

View file

@ -40,4 +40,10 @@ public:
static CDummyPool *GetDummyPool(void) { return ms_pDummyPool; }
static void Initialise(void);
static int32 GetPedRef(CPed *ped);
static CPed *GetPed(int32 handle);
static int32 GetVehicleRef(CVehicle *vehicle);
static CVehicle *GetVehicle(int32 handle);
static int32 GetObjectRef(CObject *object);
static CObject *GetObject(int32 handle);
};