diff options
author | andrew <xdotftw@gmail.com> | 2014-05-13 13:53:15 +0200 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-05-13 13:53:15 +0200 |
commit | 466ff2204f18fda5f4f0f0b3e19f671d57747c24 (patch) | |
tree | 164ce181d4c1bde9801f51296e497a4a603796dc /src/WorldStorage/StatSerializer.h | |
parent | Movement Statistics (diff) | |
download | cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.gz cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.bz2 cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.lz cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.xz cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.tar.zst cuberite-466ff2204f18fda5f4f0f0b3e19f671d57747c24.zip |
Diffstat (limited to 'src/WorldStorage/StatSerializer.h')
-rw-r--r-- | src/WorldStorage/StatSerializer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WorldStorage/StatSerializer.h b/src/WorldStorage/StatSerializer.h index 43514465b..72f8d74f1 100644 --- a/src/WorldStorage/StatSerializer.h +++ b/src/WorldStorage/StatSerializer.h @@ -25,10 +25,12 @@ class cStatSerializer { public: - cStatSerializer(const AString& a_WorldName, const AString& a_PlayerName, cStatManager* a_Manager); + cStatSerializer(const AString & a_WorldName, const AString & a_PlayerName, cStatManager * a_Manager); + /* Try to load the player statistics. Returns whether the operation was successful or not. */ bool Load(void); + /* Try to save the player statistics. Returns whether the operation was successful or not. */ bool Save(void); |