Rolling Update 2020-11-21

This commit is contained in:
jomjol
2020-11-21 22:47:43 +01:00
parent 288910e67e
commit eb47d5139f
11 changed files with 626 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ public:
void WriteToFile(std::string info, bool _time = true);
void WriteToDedicatedFile(std::string _fn, std::string info, bool _time = true);
void RemoveOld();
std::string GetCurrentFileName();
};
extern ClassLogFile LogFile;