X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAccount.h;h=599384cea8a8718faaf9b4a97ee16537c1403ee0;hb=8a1a91c0a10a37799dc95d423f9db8dc5ff7b965;hp=388c064fcc6c2b6063614aeb95b927737beee55f;hpb=38a0b81007611ee5f49b674ea5605fe79dac7e1e;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(); };