]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Account.h
No more black background for the map, some little cleanup
[lugaru.git] / Source / Account.h
index acd285061266b722d939bd3146425f65a36b21d8..599384cea8a8718faaf9b4a97ee16537c1403ee0 100644 (file)
@@ -73,6 +73,8 @@ class Account {
                float getHighScore(int i) { return highscore[i]; };
                float getFastTime(int i) { return fasttime[i]; };
                int getProgress() { return progress; };
+               std::string getCurrentCampaign() { return currentCampaign; };
+               void setCurrentCampaign(std::string name);
                
                static int getNbAccounts() { return accounts.size(); };
        private: