Fix include statements so they match all other files in gtk2_ardour
[ardour.git] / libs / ardour / filename_extensions.cc
index f5b296001577fd2cf40e3f0267ca65b4c72cbfd4..c51e7aa9153e5615424543083eb66bb6fd6e25f9 100644 (file)
@@ -7,5 +7,9 @@ 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");
+const char* const temp_suffix = X_(".tmp");
+const char* const history_suffix = X_(".history");
 
 }