diff options
| author | cah <cah@ableton.com> | 2022-12-19 10:29:09 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2022-12-19 10:29:09 +0100 |
| commit | edcd528c723aff4cfcf941f5bd00b75cecd6e2b5 (patch) | |
| tree | db911ba9864a9b7bb8eaa51b7ffccf9a922546af /src/KM_util.cpp | |
| parent | ae978c328c68edfddf41dfe7c94ff33c618263b4 (diff) | |
Add test_fix_rng.
Diffstat (limited to 'src/KM_util.cpp')
| -rwxr-xr-x | src/KM_util.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp index 4c59c78..e2f2613 100755 --- a/src/KM_util.cpp +++ b/src/KM_util.cpp @@ -40,6 +40,10 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <map> #include <string> + +bool Kumu::test_fix_rng = false; + + const char* Kumu::Version() { |
