16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 12:49:18 +02:00
This commit is contained in:
milek7
2018-12-03 23:12:33 +01:00
parent 18ad14bc53
commit f525a77e23
13 changed files with 386 additions and 5 deletions

3
Logs.h
View File

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