- Supports 'debug.hooks' configuration setting.
This commit is contained in:
Paul Beckingham 2014-10-06 23:04:44 -04:00
parent b34fd64a9c
commit 7521dc56e8
4 changed files with 71 additions and 3 deletions

View file

@ -54,6 +54,7 @@ private:
private:
bool _enabled;
int _debug;
std::vector <std::string> _scripts;
};