diff options
Diffstat (limited to 'indra/newview/rlvcommon.h')
-rw-r--r-- | indra/newview/rlvcommon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/rlvcommon.h b/indra/newview/rlvcommon.h index 79ac6e1704..bec3e23e11 100644 --- a/indra/newview/rlvcommon.h +++ b/indra/newview/rlvcommon.h @@ -1,5 +1,7 @@ #pragma once +#include "rlvdefines.h" + namespace Rlv { // ============================================================================ @@ -22,6 +24,7 @@ namespace Rlv namespace Util { bool isValidReplyChannel(S32 nChannel, bool isLoopback = false); + bool parseStringList(const std::string& strInput, std::vector<std::string>& optionList, std::string_view strSeparator = Constants::OptionSeparator); bool sendChatReply(S32 nChannel, const std::string& strUTF8Text); bool sendChatReply(const std::string& strChannel, const std::string& strUTF8Text); }; |