diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-03-22 17:15:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 17:15:57 +0200 |
commit | 7bf84bdcbf13084ff3b94590e4061b4a6708b4dc (patch) | |
tree | 7e454bea1e48bf34ccc97e599967944c44a1e644 /indra/llui/llfloaterreglistener.h | |
parent | c5dec705cf6bb3dce9381c9ec574335356051297 (diff) | |
parent | 7b149485e091880269dd9d7941cca47da49e652f (diff) |
Merge pull request #967 from secondlife/lua-floater
Initial implementation of LLLuaFloater
Diffstat (limited to 'indra/llui/llfloaterreglistener.h')
-rw-r--r-- | indra/llui/llfloaterreglistener.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreglistener.h b/indra/llui/llfloaterreglistener.h index 24311a2dfa..9cb0af2de5 100644 --- a/indra/llui/llfloaterreglistener.h +++ b/indra/llui/llfloaterreglistener.h @@ -49,6 +49,8 @@ private: void toggleInstance(const LLSD& event) const; void instanceVisible(const LLSD& event) const; void clickButton(const LLSD& event) const; + + void getLuaFloaterEvents(const LLSD &event) const; }; #endif /* ! defined(LL_LLFLOATERREGLISTENER_H) */ |