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

texture-related log message filtering

This commit is contained in:
tmj-fstate
2018-01-17 18:00:13 +01:00
parent b96f254679
commit 872abc2c00
3 changed files with 14 additions and 13 deletions

3
Logs.h
View File

@@ -14,7 +14,8 @@ enum logtype : unsigned int {
generic = 0x1,
file = 0x2,
model = 0x4
model = 0x4,
texture = 0x8
};
void WriteLog( const char *str, logtype const Type = logtype::generic );