From 15b3424c72fb3af3eb47e00eeee27730e8fa0b75 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 7 Nov 2022 20:00:55 +0100 Subject: Added textarea, config (WIP) --- config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..523b54d --- /dev/null +++ b/config.h @@ -0,0 +1,11 @@ +#include + +class Config +{ +private: + std::string m_dataPath; + +public: + Config(); + std::string getDataPath(); +}; -- cgit v1.2.3