summaryrefslogtreecommitdiff
path: root/src/resources/windows/WindowsResources.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/windows/WindowsResources.h')
-rw-r--r--src/resources/windows/WindowsResources.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/windows/WindowsResources.h b/src/resources/windows/WindowsResources.h
index b6a1cd6..5ca662b 100644
--- a/src/resources/windows/WindowsResources.h
+++ b/src/resources/windows/WindowsResources.h
@@ -29,6 +29,10 @@
#include "../Resources.h"
class WindowsResources : public Resources {
+public:
+ WindowsResources();
+ const char *convert_to_str(std::filesystem::path &path) override;
+
protected:
std::filesystem::path exeDir;
std::filesystem::path workingDir;