summaryrefslogtreecommitdiff
path: root/libs/ardour/filename_extensions.cc
blob: 9361c7a3da7f5f74d4b2a7c35cf5031c01bf112f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <ardour/filename_extensions.h>

#include "i18n.h"

namespace ARDOUR {                       

const char* const template_suffix = X_(".template");
const char* const statefile_suffix = X_(".ardour");
const char* const pending_suffix = X_(".pending");
const char* const peakfile_suffix = X_(".peak");
const char* const backup_suffix = X_(".bak");

}