diff options
author | Florian Jung <flo@windfisch.org> | 2011-04-27 20:33:15 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-04-27 20:33:15 +0000 |
commit | e2cec3f03fdee64da1c5080498476c1cdd43bbdb (patch) | |
tree | 2b373e4fafd3b015bc5c50fca77d67b3e5677e94 /muse2/muse/globals.h | |
parent | d8ac618f4dc9afd0731a9a3531d4641c9e7ea6fd (diff) | |
parent | 0f7a7ab47a2a7742fba2ea6af980ee5d950b8c37 (diff) |
merged scoreedit branch into trunk
Diffstat (limited to 'muse2/muse/globals.h')
-rw-r--r-- | muse2/muse/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/globals.h b/muse2/muse/globals.h index 151e7800..894f1baf 100644 --- a/muse2/muse/globals.h +++ b/muse2/muse/globals.h @@ -59,6 +59,7 @@ extern bool debugMode; extern bool midiInputTrace; extern bool midiOutputTrace; extern bool debugMsg; +extern bool heavyDebugMsg; extern bool debugSync; extern bool loadPlugins; extern bool loadVST; |