* refactor Session::follow_slave to be easier to read and understand
[ardour.git] / libs / ardour / filename_extensions.cc
index c51e7aa9153e5615424543083eb66bb6fd6e25f9..d018dc7f4aa8834abebfd12833ba6e29d5c31f13 100644 (file)
@@ -11,5 +11,7 @@ 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");
+const char* const export_preset_suffix = X_(".preset");
+const char* const export_format_suffix = X_(".format");
 
 }