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

Logtype category for traction issues, log also without debugmode

This commit is contained in:
milek7
2021-01-30 13:20:45 +01:00
parent fbc2c2d3c2
commit 8de5bc8b9d
3 changed files with 4 additions and 4 deletions

1
Logs.h
View File

@@ -20,6 +20,7 @@ enum class logtype : unsigned int {
shader = ( 1 << 6 ),
net = ( 1 << 7 ),
sound = ( 1 << 8 ),
traction = ( 1 << 9 ),
};
void WriteLog( const char *str, logtype const Type = logtype::generic );