16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 15:09:18 +02:00

Improve crash handling and diagnostics

This commit is contained in:
maj00r
2026-08-15 16:50:47 +02:00
parent df06c62cdf
commit 4838c15659
4 changed files with 311 additions and 23 deletions

View File

@@ -31,5 +31,6 @@ void ErrorLog( const std::string &str, logtype const Type = logtype::generic );
void WriteLog( const std::string &str, logtype const Type = logtype::generic );
void CommLog( const char *str );
void CommLog( const std::string &str );
void CrashLog( const std::string &str );
extern std::deque<std::string> log_scrollback;