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

milek7/sim branch network code import

This commit is contained in:
tmj-fstate
2020-02-16 03:03:17 +01:00
parent 2ce3091e8f
commit 7a0c89f508
56 changed files with 2609 additions and 426 deletions

2
Logs.h
View File

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