aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerparcelmgr.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llviewerparcelmgr.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerparcelmgr.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/linden/indra/newview/llviewerparcelmgr.h b/linden/indra/newview/llviewerparcelmgr.h
index 5847343..319bbc6 100644
--- a/linden/indra/newview/llviewerparcelmgr.h
+++ b/linden/indra/newview/llviewerparcelmgr.h
@@ -37,6 +37,7 @@
37#include "llframetimer.h" 37#include "llframetimer.h"
38#include "llmemory.h" 38#include "llmemory.h"
39#include "llparcelselection.h" 39#include "llparcelselection.h"
40#include "llui.h"
40 41
41class LLUUID; 42class LLUUID;
42class LLMessageSystem; 43class LLMessageSystem;
@@ -73,8 +74,7 @@ public:
73 virtual void changed() = 0; 74 virtual void changed() = 0;
74}; 75};
75 76
76 77class LLViewerParcelMgr : public LLSingleton<LLViewerParcelMgr>
77class LLViewerParcelMgr
78{ 78{
79 79
80public: 80public:
@@ -325,15 +325,14 @@ private:
325 BOOL mRenderSelection; 325 BOOL mRenderSelection;
326 S32 mCollisionBanned; 326 S32 mCollisionBanned;
327 LLFrameTimer mCollisionTimer; 327 LLFrameTimer mCollisionTimer;
328 LLUUID mBlockedImageID; 328 LLImageGL* mBlockedImage;
329 LLUUID mPassImageID; 329 LLImageGL* mPassImage;
330 330
331 // Media 331 // Media
332 S32 mMediaParcelId; 332 S32 mMediaParcelId;
333 U64 mMediaRegionId; 333 U64 mMediaRegionId;
334}; 334};
335 335
336extern LLViewerParcelMgr *gParcelMgr;
337 336
338void sanitize_corners(const LLVector3d &corner1, const LLVector3d &corner2, 337void sanitize_corners(const LLVector3d &corner1, const LLVector3d &corner2,
339 LLVector3d &west_south_bottom, LLVector3d &east_north_top); 338 LLVector3d &west_south_bottom, LLVector3d &east_north_top);