7fe70ed89b
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"
9 lines
158 B
C++
9 lines
158 B
C++
#pragma once
|
|
|
|
namespace clap { namespace helpers {
|
|
enum class CheckingLevel {
|
|
None,
|
|
Minimal,
|
|
Maximal,
|
|
};
|
|
}} // namespace clap::helpers
|