Jack configuration (alpha)

This commit is contained in:
Robin Davies
2021-08-29 14:04:59 -04:00
parent 6e1b7346f6
commit 94c7d406f7
32 changed files with 1061 additions and 293 deletions
+3 -1
View File
@@ -25,6 +25,8 @@ namespace pipedal {
class Locale {
public:
static const std::collate<char>& collation;
static void setDefaultLocale();
static const std::collate<char>& collation();
};
}