Add configurable logging backends

This commit is contained in:
James Rowe
2018-07-02 11:10:41 -06:00
committed by bunnei
parent 0d46f0df12
commit 6269a01b4e
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;