Add configurable logging backends

This commit is contained in:
James Rowe 2018-07-02 11:10:41 -06:00 committed by bunnei
parent d74d2a77cb
commit 7af1a786d5
14 changed files with 408 additions and 22 deletions

View file

@ -51,6 +51,9 @@ struct Values {
std::vector<Shortcut> shortcuts;
uint32_t callout_flags;
// logging
bool show_console;
};
extern Values values;