git subrepo clone (merge) https://github.com/free-audio/clap-helpers.git deps/clap-juce-extensions/clap-libs/clap-helpers
subrepo: subdir: "deps/clap-juce-extensions/clap-libs/clap-helpers" merged: "2bb43c187" upstream: origin: "https://github.com/free-audio/clap-helpers.git" branch: "main" commit: "2bb43c187" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace clap { namespace helpers {
|
||||
enum class MisbehaviourHandler {
|
||||
Ignore,
|
||||
Terminate,
|
||||
};
|
||||
}} // namespace clap::helpers
|
Reference in New Issue
Block a user