summaryrefslogtreecommitdiff
path: root/indra/newview/rlvcommon.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2024-09-16 15:33:27 +0200
committerErik Kundiman <erik@megapahit.org>2025-05-11 16:28:17 +0800
commit61bf13f3dd1eccbe99948a7f90422bf53fed1c90 (patch)
tree83ffa681568e8d02dc6521f1f9caffee360d310a /indra/newview/rlvcommon.h
parentcd6344c2509122572c3385c5fc88e6a8e9df976a (diff)
Add the RLVa menu
Diffstat (limited to 'indra/newview/rlvcommon.h')
-rw-r--r--indra/newview/rlvcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/rlvcommon.h b/indra/newview/rlvcommon.h
index bec3e23e11..d18abcf1ac 100644
--- a/indra/newview/rlvcommon.h
+++ b/indra/newview/rlvcommon.h
@@ -24,6 +24,7 @@ namespace Rlv
namespace Util
{
bool isValidReplyChannel(S32 nChannel, bool isLoopback = false);
+ void menuToggleVisible();
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);