mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 00:20:33 +00:00
Added read/write template functions for save data, small Load/Save arguments unification
This commit is contained in:
parent
69963cea68
commit
101192dd32
12 changed files with 197 additions and 191 deletions
|
@ -86,8 +86,8 @@ public:
|
|||
static int32 GetNewUniquePickupIndex(int32 slot);
|
||||
static void PassTime(uint32 time);
|
||||
static bool GivePlayerGoodiesWithPickUpMI(int16 modelIndex, int playerIndex);
|
||||
static void Load(uint8 *buffer, uint32 size);
|
||||
static void Save(uint8 *buffer, uint32 *size);
|
||||
static void Load(uint8 *buf, uint32 size);
|
||||
static void Save(uint8 *buf, uint32 *size);
|
||||
|
||||
static CPickup(&aPickUps)[NUMPICKUPS];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue