diff options
Diffstat (limited to 'indra/newview/lltoolmgr.h')
-rw-r--r-- | indra/newview/lltoolmgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lltoolmgr.h b/indra/newview/lltoolmgr.h index 73b8a38c57..e4a4b80dcf 100644 --- a/indra/newview/lltoolmgr.h +++ b/indra/newview/lltoolmgr.h @@ -58,6 +58,9 @@ public: LLTool* getBaseTool(); // returns active tool when overrides are deactivated BOOL inEdit(); + + /* Determines if we are in Build mode or not. */ + bool inBuildMode(); void setTransientTool(LLTool* tool); void clearTransientTool(); |