Clean up code.

This commit is contained in:
2022-02-25 16:28:14 +03:00
parent 28de2585a8
commit e15f08d521
7 changed files with 193 additions and 212 deletions

View File

@@ -1,4 +1,4 @@
// wCenterWindow, v2.3.2
// wCenterWindow
// Logger.h
//
#pragma once
@@ -6,7 +6,6 @@
extern std::wofstream logfile;
std::wstring GetTimeStamp();
std::wstring PrintTitle();
template <typename T1>
void diag_log(T1 arg1)