Refactor ProcessGMSay to no longer use type

This commit is contained in:
Akkadius
2015-01-18 01:41:11 -06:00
parent 57ac6c0e98
commit 0926a5ded3
2 changed files with 11 additions and 22 deletions
-1
View File
@@ -82,7 +82,6 @@ public:
void CloseFileLogs();
void LoadLogSettingsDefaults();
void Log(uint16 log_type, const 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);