summaryrefslogtreecommitdiffhomepage
path: root/compat/base-path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/base-path.hpp')
-rw-r--r--compat/base-path.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/compat/base-path.hpp b/compat/base-path.hpp
new file mode 100644
index 00000000..7a9d4115
--- /dev/null
+++ b/compat/base-path.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "export.hpp"
+
+#include <QString>
+
+OTR_COMPAT_EXPORT
+const QString& application_base_path();
+
+#define OPENTRACK_BASE_PATH (application_base_path())
+