Integrated LogVisor for error gathering

This commit is contained in:
Jack Andersen
2015-07-03 20:02:12 -10:00
parent 602c54541a
commit a656c5d4c9
11 changed files with 44 additions and 53 deletions

View File

@@ -3,10 +3,14 @@
#include <string>
#include <algorithm>
#include <LogVisor/LogVisor.hpp>
namespace NOD
{
/* Log Module */
extern LogVisor::LogModule LogModule;
/* filesystem char type */
#if _WIN32 && UNICODE
#include <wctype.h>