This commit is contained in:
Akkadius
2015-01-20 00:53:52 -06:00
parent 4c18b96aa5
commit 951f98a63e
4 changed files with 26 additions and 1 deletions
+2
View File
@@ -143,6 +143,8 @@ public:
bool log_settings_loaded = false;
int log_platform = 0;
uint16 GetGMSayColorFromCategory(uint16 log_category);
void OnLogHookCallBackZone(std::function<void(uint16 log_type, std::string&)> f) { on_log_gmsay_hook = f; }
private: