summaryrefslogtreecommitdiff
path: root/src/client/SaveInfo.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-13 21:39:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-13 21:39:01 (GMT)
commit5b52ac3675f08f9f16f44f530df8877ad6c64f2e (patch)
treed1b087ac413010f4248ddb4f6cb07a9f3f7ebbe3 /src/client/SaveInfo.h
parenta11cd592cb9b985298dd16be78dec10226bf3e47 (diff)
downloadpowder-5b52ac3675f08f9f16f44f530df8877ad6c64f2e.zip
powder-5b52ac3675f08f9f16f44f530df8877ad6c64f2e.tar.gz
Save history and new multiline formatter
Diffstat (limited to 'src/client/SaveInfo.h')
-rw-r--r--src/client/SaveInfo.h4
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();