2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Update boo; Add initial GUI mode support

This commit is contained in:
2017-12-15 18:13:20 -08:00
parent 6e7cf97bdc
commit 0e4310903d
5 changed files with 9 additions and 3 deletions

View File

@@ -23,6 +23,7 @@
namespace hecl
{
unsigned VerbosityLevel = 0;
bool GuiMode = false;
logvisor::Module LogModule("hecl");
static const std::string Illegals {"<>?\"|"};