diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/lltoolplacer.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/lltoolplacer.h')
-rw-r--r-- | linden/indra/newview/lltoolplacer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolplacer.h b/linden/indra/newview/lltoolplacer.h index d6d21cb..b016470 100644 --- a/linden/indra/newview/lltoolplacer.h +++ b/linden/indra/newview/lltoolplacer.h | |||
@@ -37,6 +37,7 @@ | |||
37 | #include "lltool.h" | 37 | #include "lltool.h" |
38 | 38 | ||
39 | class LLButton; | 39 | class LLButton; |
40 | class LLViewerRegion; | ||
40 | 41 | ||
41 | //////////////////////////////////////////////////// | 42 | //////////////////////////////////////////////////// |
42 | // LLToolPlacer | 43 | // LLToolPlacer |
@@ -57,6 +58,12 @@ public: | |||
57 | 58 | ||
58 | protected: | 59 | protected: |
59 | static LLPCode sObjectType; | 60 | static LLPCode sObjectType; |
61 | |||
62 | private: | ||
63 | BOOL addObject( LLPCode pcode, S32 x, S32 y, U8 use_physics ); | ||
64 | BOOL raycastForNewObjPos( S32 x, S32 y, LLViewerObject** hit_obj, S32* hit_face, | ||
65 | BOOL* b_hit_land, LLVector3* ray_start_region, LLVector3* ray_end_region, LLViewerRegion** region ); | ||
66 | BOOL addDuplicate(S32 x, S32 y); | ||
60 | }; | 67 | }; |
61 | 68 | ||
62 | //////////////////////////////////////////////////// | 69 | //////////////////////////////////////////////////// |