]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Account.h
clean ups, and now campaignProgess is well initialized in accounts
[lugaru.git] / Source / Account.h
index acd285061266b722d939bd3146425f65a36b21d8..388c064fcc6c2b6063614aeb95b927737beee55f 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; };
+               void setCurrentCampaign(std::string name);
                
                static int getNbAccounts() { return accounts.size(); };
        private: