X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAccount.h;h=599384cea8a8718faaf9b4a97ee16537c1403ee0;hb=8a1a91c0a10a37799dc95d423f9db8dc5ff7b965;hp=acd285061266b722d939bd3146425f65a36b21d8;hpb=2cd28eb24fc1b4011511b6c3ed8c025bfc74de4d;p=lugaru.git diff --git a/Source/Account.h b/Source/Account.h index acd2850..599384c 100644 --- a/Source/Account.h +++ b/Source/Account.h @@ -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: