s/ParamID/Parameter/
[ardour.git] / libs / ardour / ardour / template_utils.h
1
2 #ifndef TEMPLATE_UTILS_INCLUDED
3 #define TEMPLATE_UTILS_INCLUDED
4
5 #include <vector>
6
7 #include <pbd/filesystem.h>
8
9 namespace ARDOUR {
10
11         using std::vector;
12         using namespace PBD;
13
14         sys::path system_template_directory ();
15
16         sys::path user_template_directory ();
17
18 } // namespace ARDOUR
19
20 #endif