diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-03-15 01:18:27 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-03-15 01:18:27 +0000 |
commit | 672a76d0ea08a0d0fc824e103ee4c4242b7e03ec (patch) | |
tree | b623a9c884383ad75ed755b2c373db2b90643671 /indra/newview/llnetmap.h | |
parent | 04611efae8a3291ceba8a29dd920bdae0d404830 (diff) |
reverting premature commit at 82410.
Diffstat (limited to 'indra/newview/llnetmap.h')
-rw-r--r-- | indra/newview/llnetmap.h | 8 |
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; }; |