SpectMorph
smxdgdir.hh
1 // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl-2.1.html
2 
3 #ifndef SPECTMORPH_XDG_DIR_HH
4 #define SPECTMORPH_XDG_DIR_HH
5 
6 #include <string>
7 
8 namespace SpectMorph
9 {
10 
11 std::string xdg_dir_lookup (const std::string& dir_type);
12 
13 }
14 
15 #endif