aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/application/pathmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Wasabi/api/application/pathmgr.h')
-rw-r--r--Src/Wasabi/api/application/pathmgr.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Src/Wasabi/api/application/pathmgr.h b/Src/Wasabi/api/application/pathmgr.h
new file mode 100644
index 00000000..7b0354e6
--- /dev/null
+++ b/Src/Wasabi/api/application/pathmgr.h
@@ -0,0 +1,15 @@
+#ifndef _PATHMGR_H
+#define _PATHMGR_H
+
+#include <bfc/std.h>
+
+class PathMgr
+{
+public:
+ //static const char *getUserSettingsPath();
+#ifdef WASABI_COMPILE_COMPONENTS
+ static const wchar_t *getComponentDataPath(GUID g);
+#endif
+};
+
+#endif