Add debug bit for selection debugging output

This commit is contained in:
Tim Mayberry 2016-01-05 14:00:37 +10:00
parent 141e6fb818
commit b93a9e2601
2 changed files with 2 additions and 0 deletions

View file

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