mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 11:20:33 +00:00
SetPosition, part 1
This commit is contained in:
parent
a1c1be7af9
commit
d23b2c423e
25 changed files with 62 additions and 54 deletions
|
@ -232,8 +232,8 @@ public:
|
|||
static bool CameraShouldBeOutside(void);
|
||||
static void GivePlayerDetonator(void);
|
||||
static void PlayerArrestedOrDied(void);
|
||||
static bool IsPointWithinHideOutGarage(CVector&);
|
||||
static bool IsPointWithinAnyGarage(CVector&);
|
||||
static bool IsPointWithinHideOutGarage(Const CVector&);
|
||||
static bool IsPointWithinAnyGarage(Const CVector&);
|
||||
static void SetAllDoorsBackToOriginalHeight(void);
|
||||
static void Save(uint8* buf, uint32* size);
|
||||
static void Load(uint8* buf, uint32 size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue