summaryrefslogtreecommitdiff
path: root/indra/newview/llselectmgr.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-22 11:24:23 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-22 11:24:23 -0700
commit1ca92d37ddac87c09df9716e09cd7c37d94f85e7 (patch)
tree2b57d0351aab76ff267ad5d82b84327535b01797 /indra/newview/llselectmgr.h
parentf143da27bf09b0e7a9b73de80609b2326a7e672e (diff)
PATH-760: Adding another pathfinding test method to the selection manager.
Diffstat (limited to 'indra/newview/llselectmgr.h')
-rw-r--r--indra/newview/llselectmgr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llselectmgr.h b/indra/newview/llselectmgr.h
index 488f8f2efb..bf40ab458f 100644
--- a/indra/newview/llselectmgr.h
+++ b/indra/newview/llselectmgr.h
@@ -573,6 +573,10 @@ public:
BOOL selectGetCharacter();
// returns TRUE if is all objects are not permanent
+ BOOL selectGetRootsNonPathfinding();
+ BOOL selectGetNonPathfinding();
+
+ // returns TRUE if is all objects are not permanent
BOOL selectGetRootsNonPermanent();
BOOL selectGetNonPermanent();