Re-add SendChatMessage

This commit is contained in:
Lion Kortlepel
2021-09-17 12:58:07 +02:00
parent c2b73d93b5
commit fd3088c78f
3 changed files with 17 additions and 2 deletions

View File

@@ -142,3 +142,5 @@ std::string Comp(std::string Data);
std::string DeComp(std::string Compressed);
std::string GetPlatformAgnosticErrorString();
void LogChatMessage(const std::string& name, int id, const std::string& msg);