summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-01-23 18:27:10 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-01-23 18:27:10 -0800
commit3b4d841ee254186d881490cfadbdfbac6dcdf6ad (patch)
tree6c9f5270613250d5939fb762b06c7c5509a9ab1c /indra/newview/llfloaterpathfindingconsole.h
parent3f330d2902aaab3c62ebd0c830fce61c6f1e4524 (diff)
Introducing a hacky way to get some reporting on the downloading status of the navmesh into the console. This needs to be seriously refactored.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h
index ffa1efd349..7d8369c806 100644
--- a/indra/newview/llfloaterpathfindingconsole.h
+++ b/indra/newview/llfloaterpathfindingconsole.h
@@ -98,6 +98,9 @@ public:
BOOL getShowPathToggle() const {return mShowPathCheckBox->get(); }
+ void setHasNavMeshReceived();
+ void setHasNoNavMesh();
+
protected:
private: