#include class Config { private: std::string m_dataPath; public: Config(); std::string getDataPath(); };