diff options
Diffstat (limited to 'mm/2s2h/CustomMessage/CustomMessage.h')
| -rw-r--r-- | mm/2s2h/CustomMessage/CustomMessage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/CustomMessage/CustomMessage.h b/mm/2s2h/CustomMessage/CustomMessage.h index a1668ca3f..6a9a0761a 100644 --- a/mm/2s2h/CustomMessage/CustomMessage.h +++ b/mm/2s2h/CustomMessage/CustomMessage.h @@ -32,6 +32,7 @@ void StartTextbox(std::string msg, Entry options = {}); void SetActiveCustomMessage(std::string msg, Entry options = {}); // Helpers +std::string RemoveColorCodes(const std::string& input); void Replace(std::string* msg, const std::string& placeholder, const std::string& value); void AddLineBreaks(std::string* msg); void ReplaceColorChars(std::string* msg); |
