summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-10-02 02:00:57 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-10-05 14:20:33 (GMT)
commitd45dd605e97fa6c8f6e90495fbb1ae203ac314df (patch)
treea53149f388f073d5a41fc50ad3b29355535cce6e /src/client/Client.h
parentcb8efcd0f98185104805c8caa88decd39fbd9070 (diff)
downloadpowder-d45dd605e97fa6c8f6e90495fbb1ae203ac314df.zip
powder-d45dd605e97fa6c8f6e90495fbb1ae203ac314df.tar.gz
Stamp fix button to bring back deleted stamps
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();