works so far, no gui yet

This commit is contained in:
Dhanya Maliakal
2017-02-22 12:01:00 +01:00
parent 9e21583331
commit 936dfea8a7
35 changed files with 906 additions and 1126 deletions

View File

@ -1,5 +1,4 @@
#ifndef __LOG_H__
#define __LOG_H__
#pragma once
#include <sstream>
#include <string>
@ -242,5 +241,3 @@ inline void Output2FILE::Output(const std::string& msg, TLogLevel level)
#endif // _WIN32
#endif //__LOG_H__