mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 05:49:19 +02:00
Set dp branch as trunk
This commit is contained in:
15
Logs.h
Normal file
15
Logs.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef LogsH
|
||||
#define LogsH
|
||||
#include <system.hpp>
|
||||
|
||||
void __fastcall WriteConsoleOnly(const char *str, double value);
|
||||
void __fastcall WriteConsoleOnly(const char *str);
|
||||
void __fastcall WriteLog(const char *str, double value);
|
||||
void __fastcall WriteLog(const char *str);
|
||||
void __fastcall Error(const AnsiString &asMessage,bool box=true);
|
||||
void __fastcall ErrorLog(const AnsiString &asMessage);
|
||||
void __fastcall WriteLog(const AnsiString &str);
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user