Move file suffixes out of the Session class and into filename_extensions.h/cc
[ardour.git] / libs / ardour / filename_extensions.cc
1 #include <ardour/filename_extensions.h>
2
3 #include "i18n.h"
4
5 namespace ARDOUR {                       
6
7 const char* const template_suffix = X_(".template");
8 const char* const statefile_suffix = X_(".ardour");
9 const char* const pending_suffix = X_(".pending");
10
11 }