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

Merge commit 'd8170c932b448ba6888e702746b5ae22632062d8' into sim

This commit is contained in:
milek7
2022-01-05 01:02:56 +01:00
76 changed files with 9277 additions and 5749 deletions

5
Logs.h
View File

@@ -17,10 +17,11 @@ enum class logtype : unsigned int {
texture = ( 1 << 3 ),
lua = ( 1 << 4 ),
material = ( 1 << 5 ),
shader = ( 1 << 6 ),
shader = ( 1 << 6 ),
net = ( 1 << 7 ),
sound = ( 1 << 8 ),
traction = ( 1 << 9 ),
traction = ( 1 << 9 ),
powergrid = ( 1 << 10 ),
};
void WriteLog( const char *str, logtype const Type = logtype::generic );