16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 10:19:19 +02:00

Projekt się buduje, ale ma 3k warningów.

This commit is contained in:
firleju
2016-10-31 07:38:45 +01:00
parent 1491681576
commit cd08fe0b5d
25 changed files with 620 additions and 694 deletions

2
Logs.h
View File

@@ -24,7 +24,7 @@ void ErrorLog(const std::string &str, bool newline = true);
void WriteLog(const AnsiString &str, bool newline = true);
void WriteLog(const std::string &str, bool newline = true);
void CommLog(const char *str);
void CommLog(const std::string);
void CommLog(const std::string &str);
void CommLog(const AnsiString &str);
//---------------------------------------------------------------------------
#endif