mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 00:14:07 +00:00
CGame::Process() && CGame::ReloadIPLs
This commit is contained in:
parent
32f2f3511c
commit
f56684d04e
44 changed files with 225 additions and 3 deletions
|
@ -10,4 +10,6 @@ public:
|
|||
static bool IsThisCarBeingCarriedByAnyCrane(CVehicle*);
|
||||
static void ActivateCrane(float, float, float, float, float, float, float, float, bool, bool, float, float);
|
||||
static void DeActivateCrane(float, float);
|
||||
static void InitCranes(void);
|
||||
static void UpdateCranes(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue