diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-03-12 16:48:49 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-03-12 16:48:49 +0200 |
commit | 72d68cbc078cf2c1b9dc3ff81c2c1965f5d6f8c5 (patch) | |
tree | 43711174b0f5cc30c2bc9b95d3731f494749e2a6 /indra/llui/llfloaterreglistener.h | |
parent | ee8bc528bbf97ee8cc488651fb263b07b5c1c818 (diff) |
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..2d58303aa0 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 showLuaFloater(const LLSD &event) const; }; #endif /* ! defined(LL_LLFLOATERREGLISTENER_H) */ |