summaryrefslogtreecommitdiff
path: root/indra/newview/rlvcommon.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2024-09-02 01:57:34 +0200
committerKitty Barnett <develop@catznip.com>2024-09-02 01:57:34 +0200
commit4f7eb9b12e9c7eeb9f3ee0980bd4616df7d678b6 (patch)
tree30142af9460e1e75a6259917e338b25924619d4e /indra/newview/rlvcommon.h
parent7402fe6412e98e4b295ee3e04874f379c752f7a0 (diff)
Add the @getcommand command query reply command
Diffstat (limited to 'indra/newview/rlvcommon.h')
-rw-r--r--indra/newview/rlvcommon.h3
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);
};