summaryrefslogtreecommitdiff
path: root/indra/newview/llnetmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llnetmap.h')
-rw-r--r--indra/newview/llnetmap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llnetmap.h b/indra/newview/llnetmap.h
index dc696238ea..d375413d1d 100644
--- a/indra/newview/llnetmap.h
+++ b/indra/newview/llnetmap.h
@@ -45,6 +45,12 @@ class LLCoordGL;
class LLTextBox;
class LLMenuGL;
+class LLRotateNetMapListener : public LLSimpleListener
+{
+public:
+ bool handleEvent(LLPointer<LLEvent>, const LLSD& user_data);
+};
+
class LLNetMap : public LLUICtrl
{
public:
@@ -111,6 +117,8 @@ public:
LLTextBox* mTextBoxNorthWest;
LLTextBox* mTextBoxSouthWest;
+ LLRotateNetMapListener mNetMapListener;
+
static BOOL sRotateMap;
static LLNetMap* sInstance;
};