1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

- Fully integrated new logging API(ERM, Editor, missing parts) - Removed old logger

This commit is contained in:
beegee1
2013-04-11 15:58:01 +00:00
parent 928dc23003
commit f10ba48c77
23 changed files with 99 additions and 240 deletions

View File

@@ -11,7 +11,7 @@
#pragma once
#include "../CLogger.h"
#include "../CConsoleHandler.h"
class CConsoleHandler;
class JsonNode;