summaryrefslogtreecommitdiff
path: root/src/client/SaveInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/SaveInfo.h')
-rw-r--r--src/client/SaveInfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/SaveInfo.h b/src/client/SaveInfo.h
index e1b013e..a54741a 100644
--- a/src/client/SaveInfo.h
+++ b/src/client/SaveInfo.h
@@ -44,6 +44,12 @@ public:
void SetName(string name);
string GetName();
+ void SetDescription(string description);
+ string GetDescription();
+
+ void SetPublished(bool published);
+ bool GetPublished();
+
void SetUserName(string userName);
string GetUserName();