]> 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 388c064fcc6c2b6063614aeb95b927737beee55f..599384cea8a8718faaf9b4a97ee16537c1403ee0 100644 (file)
@@ -73,6 +73,7 @@ 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(); };