Fix Callback in zone, some stragglers in the renaming of function

This commit is contained in:
Akkadius
2015-01-16 03:22:23 -06:00
parent 132fbbb0c6
commit f410b270ad
4 changed files with 7 additions and 6 deletions
+1
View File
@@ -81,6 +81,7 @@ public:
void LoadLogSettingsDefaults();
void Log(uint16 log_type, const std::string message, ...);
void LogDebug(DebugLevel debug_level, std::string message, ...);
//void DebugCategory(DebugLevel debug_level, uint16 log_category, std::string message, ...);
void DebugCategory(DebugLevel debug_level, uint16 log_category, std::string message, ...);
void MakeDirectory(std::string directory_name);
void SetCurrentTimeStamp(char* time_stamp);