mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Obsługa rozkładu jazdy przetłumaczona na C++.
This commit is contained in:
2
Logs.h
2
Logs.h
@@ -10,6 +10,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
#ifndef LogsH
|
||||
#define LogsH
|
||||
#include <system.hpp>
|
||||
#include <string>
|
||||
|
||||
void WriteConsoleOnly(const char *str, double value);
|
||||
void WriteConsoleOnly(const char *str, bool newline = true);
|
||||
@@ -18,6 +19,7 @@ void WriteLog(const char *str, bool newline = true);
|
||||
void Error(const AnsiString &asMessage, bool box = true);
|
||||
void ErrorLog(const AnsiString &asMessage);
|
||||
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 AnsiString &str);
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user