summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/template_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/template_utils.h')
-rw-r--r--libs/ardour/ardour/template_utils.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h
new file mode 100644
index 0000000000..0676d5b245
--- /dev/null
+++ b/libs/ardour/ardour/template_utils.h
@@ -0,0 +1,20 @@
+
+#ifndef TEMPLATE_UTILS_INCLUDED
+#define TEMPLATE_UTILS_INCLUDED
+
+#include <vector>
+
+#include <pbd/filesystem.h>
+
+namespace ARDOUR {
+
+ using std::vector;
+ using namespace PBD;
+
+ sys::path system_template_directory ();
+
+ sys::path user_template_directory ();
+
+} // namespace ARDOUR
+
+#endif