From 672a76d0ea08a0d0fc824e103ee4c4242b7e03ec Mon Sep 17 00:00:00 2001 From: Steven Bennetts Date: Sat, 15 Mar 2008 01:18:27 +0000 Subject: reverting premature commit at 82410. --- indra/newview/llnetmap.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'indra/newview/llnetmap.h') 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, 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; }; -- cgit v1.2.3