mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 17:50:33 +00:00
GenericSave complete, still needs some testing
This commit is contained in:
parent
5bc51f8462
commit
c7f16879df
7 changed files with 120 additions and 81 deletions
|
@ -73,4 +73,5 @@ public:
|
|||
static void CheckPointReachedUnsuccessfully() { KillsSinceLastCheckpoint = 0; };
|
||||
static void CheckPointReachedSuccessfully() { TotalLegitimateKills += KillsSinceLastCheckpoint; KillsSinceLastCheckpoint = 0; };
|
||||
static void RegisterElBurroTime(int32);
|
||||
static void SaveStats(uint8 *buf, uint32 *size);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue