diff options
author | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 08:12:40 +0100 |
---|---|---|
committer | Wes Hampson <thehambone93@gmail.com> | 2020-03-11 08:12:40 +0100 |
commit | c7f16879df25fc962b67716e1f82881595451a5f (patch) | |
tree | f265c30c4b45536ba8787f487c0a5cff381f904d /src/core/Stats.h | |
parent | Save SimpleVars, Scripts, and a few others (diff) | |
download | re3-c7f16879df25fc962b67716e1f82881595451a5f.tar re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.gz re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.bz2 re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.lz re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.xz re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.zst re3-c7f16879df25fc962b67716e1f82881595451a5f.zip |
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r-- | src/core/Stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h index 4b558c32..7ee4aed0 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -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); };
\ No newline at end of file |