Splitted single logger.h file to .h and .cpp files.

This commit is contained in:
2023-05-20 13:52:40 +03:00
parent 8df89dc8e1
commit 9dd557311e
4 changed files with 78 additions and 65 deletions

View File

@@ -9,5 +9,8 @@
#define DBUFLEN 256
extern WCHAR szTitle[MAX_LOADSTRING];
extern SYSTEMTIME lt;
extern wchar_t debugBuffer[DBUFLEN];
extern std::wofstream logfile;