//Config.h #ifndef CONFIG_H #define CONFIG_H #include using namespace std; class Config { public: static Config* GetDefult(); }; #endif //CONFIG_H