summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolplacer.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolplacer.h')
-rw-r--r--indra/newview/lltoolplacer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/lltoolplacer.h b/indra/newview/lltoolplacer.h
index d6d21cbf70..b016470129 100644
--- a/indra/newview/lltoolplacer.h
+++ b/indra/newview/lltoolplacer.h
@@ -37,6 +37,7 @@
#include "lltool.h"
class LLButton;
+class LLViewerRegion;
////////////////////////////////////////////////////
// LLToolPlacer
@@ -57,6 +58,12 @@ public:
protected:
static LLPCode sObjectType;
+
+private:
+ BOOL addObject( LLPCode pcode, S32 x, S32 y, U8 use_physics );
+ BOOL raycastForNewObjPos( S32 x, S32 y, LLViewerObject** hit_obj, S32* hit_face,
+ BOOL* b_hit_land, LLVector3* ray_start_region, LLVector3* ray_end_region, LLViewerRegion** region );
+ BOOL addDuplicate(S32 x, S32 y);
};
////////////////////////////////////////////////////