mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 13:20:32 +00:00
CWorld done
This commit is contained in:
parent
e473123a6a
commit
ef2089cafb
9 changed files with 213 additions and 92 deletions
|
@ -103,6 +103,7 @@ public:
|
|||
static bool TryToMerge_WeaponType(CVector pos, eWeaponType weapon, uint8 type, uint32 quantity, bool unused);
|
||||
static void CreateSomeMoney(CVector, int);
|
||||
static void DetonateMinesHitByGunShot(CVector *vec1, CVector *vec2);
|
||||
static void RemoveUnnecessaryPickups(const CVector& center, float radius);
|
||||
static void Load(uint8 *buf, uint32 size);
|
||||
static void Save(uint8 *buf, uint32 *size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue