X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAccount.h;h=599384cea8a8718faaf9b4a97ee16537c1403ee0;hb=710fa624080c2f2db7923832e2fd9945f4dd8254;hp=388c064fcc6c2b6063614aeb95b927737beee55f;hpb=a2c433c31cd6ee454ace7f582375c6002dfba732;p=lugaru.git diff --git a/Source/Account.h b/Source/Account.h index 388c064..599384c 100644 --- a/Source/Account.h +++ b/Source/Account.h @@ -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(); };