Codechange: use fmt::format_to for gamelog message creation over seprintf
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
void Reset();
|
||||
|
||||
void Print(std::function<void(const char *)> proc);
|
||||
void Print(std::function<void(const std::string &)> proc);
|
||||
void PrintDebug(int level);
|
||||
void PrintConsole();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user