Add debug bit for debug output in the EngineControl dialog

This commit is contained in:
Tim Mayberry 2015-08-10 14:23:25 +10:00
parent f428cb4bf1
commit 4f02f81591
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ namespace PBD {
extern DebugBits CutNPaste;
extern DebugBits Accelerators;
extern DebugBits GUITiming;
extern DebugBits EngineControl;
}
}