diff options
Diffstat (limited to 'src/client/SaveInfo.h')
| -rw-r--r-- | src/client/SaveInfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/SaveInfo.h b/src/client/SaveInfo.h index 49057ac..3f52c25 100644 --- a/src/client/SaveInfo.h +++ b/src/client/SaveInfo.h @@ -18,6 +18,7 @@ public: bool Favourite; int Comments; int Views; + int Version; GameSave * gameSave; @@ -64,6 +65,9 @@ public: void SetVotesDown(int votesDown); int GetVotesDown(); + void SetVersion(int version); + int GetVersion(); + void SetTags(std::vector<std::string> tags); std::vector<std::string> GetTags(); |
