#include "Config.h" Config * Config::getConfig() { static Config config; return &config; } bool Config::IsRunning() { return getConfig()->Flag; }