mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 19:44:08 +00:00
more CWanted; added CEventList
This commit is contained in:
parent
0548476ba6
commit
60711154ba
13 changed files with 666 additions and 89 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue