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

Merge remote-tracking branch 'tmj/master' into sim

This commit is contained in:
milek7
2020-10-18 23:35:14 +02:00
244 changed files with 54164 additions and 11636 deletions

5
Logs.h
View File

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