summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.h')
-rw-r--r--src/client/Client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h
index 95ae952..1cda795 100644
--- a/src/client/Client.h
+++ b/src/client/Client.h
@@ -112,6 +112,7 @@ public:
void DeleteStamp(std::string stampID);
std::string AddStamp(GameSave * saveData);
std::vector<std::string> GetStamps(int start, int count);
+ void Client::UnDeleteStamps();
int GetStampsCount();
SaveFile * GetFirstStamp();