Add support for Avination's "Upload Credits"

This commit is contained in:
Melanie
2013-04-15 15:55:46 +02:00
parent 0b70e32f15
commit 09965b0cdf
7 changed files with 83 additions and 6 deletions

View File

@@ -82,6 +82,8 @@ public:
void setRenderCompat(bool compat);
void setMaxAgentGroups(int max) { mMaxAgentGroups = max; }
void setVoiceConnector(const std::string& vc) { mVoiceConnector = vc; }
void setUPCSupported(bool on);
bool getUPCSupported();
void setCurrencySymbol(const std::string& sym);
void setRealCurrencySymbol(const std::string& sym);
@@ -116,6 +118,7 @@ private:
bool mRenderCompat;
bool mInvLinks;
bool mAutoUpdate;
bool mUPCSupported;
int mMaxAgentGroups;
std::string mCurrencySymbol;