diff options
Diffstat (limited to 'linden/indra/newview/llmaniptranslate.h')
-rw-r--r-- | linden/indra/newview/llmaniptranslate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llmaniptranslate.h b/linden/indra/newview/llmaniptranslate.h index b055478..4937d71 100644 --- a/linden/indra/newview/llmaniptranslate.h +++ b/linden/indra/newview/llmaniptranslate.h | |||
@@ -77,6 +77,10 @@ protected: | |||
77 | void renderSnapGuides(); | 77 | void renderSnapGuides(); |
78 | void renderGrid(F32 x, F32 y, F32 size, F32 r, F32 g, F32 b, F32 a); | 78 | void renderGrid(F32 x, F32 y, F32 size, F32 r, F32 g, F32 b, F32 a); |
79 | void renderGridVert(F32 x_trans, F32 y_trans, F32 r, F32 g, F32 b, F32 alpha); | 79 | void renderGridVert(F32 x_trans, F32 y_trans, F32 r, F32 g, F32 b, F32 alpha); |
80 | void highlightIntersection(LLVector3 normal, | ||
81 | LLVector3 selection_center, | ||
82 | LLQuaternion grid_rotation, | ||
83 | LLColor4 inner_color); | ||
80 | F32 getMinGridScale(); | 84 | F32 getMinGridScale(); |
81 | 85 | ||
82 | private: | 86 | private: |