summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/template_utils.h
blob: 0676d5b245144f7f6c69fc7717577e1a751eb88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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