X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=GlobalSettings.cpp;h=ba44fbc82e58d7f675d5ee6dc59b57f10462378c;hb=e4f6d56f27f3d7122a02237170f8d761cc1de56a;hp=bbfc11cd0f1390953fa25dde4681da4569782aa2;hpb=b5365167e09a5a936a42340737ab5d2e538b1e27;p=ecparse.git diff --git a/GlobalSettings.cpp b/GlobalSettings.cpp index bbfc11c..ba44fbc 100644 --- a/GlobalSettings.cpp +++ b/GlobalSettings.cpp @@ -21,6 +21,10 @@ GlobalSettings* GlobalSettings::getInstance() { return instance; } +bool GlobalSettings::isVerbose() { + return verbose; +} + void GlobalSettings::setVerbose(bool verbose) { this->verbose = verbose; }