summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingmanager.h
diff options
context:
space:
mode:
authorprep <none@none>2012-06-13 10:50:46 -0400
committerprep <none@none>2012-06-13 10:50:46 -0400
commitde1e1db9600a03ab5b0dc3f04a5bdcee30632f05 (patch)
tree80edcc1a02b8bd5d890ad288a01529230d0ff7a7 /indra/newview/llpathfindingmanager.h
parenta45310e2af0abdcdb7a5d0ade1bd3c66af3dfae1 (diff)
WIP for path-702.
Diffstat (limited to 'indra/newview/llpathfindingmanager.h')
-rw-r--r--indra/newview/llpathfindingmanager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llpathfindingmanager.h b/indra/newview/llpathfindingmanager.h
index 40c0e6b140..635179e5a0 100644
--- a/indra/newview/llpathfindingmanager.h
+++ b/indra/newview/llpathfindingmanager.h
@@ -39,6 +39,8 @@
#include "llpathfindingnavmesh.h"
#include "llsingleton.h"
#include "lluuid.h"
+#include "llpanel.h"
+#include "llmoveview.h"
class LLViewerRegion;
class LLPathfindingNavMeshStatus;
@@ -122,6 +124,10 @@ private:
#endif // XXX_STINSON_AGENT_STATE_DELETE_ME
NavMeshMap mNavMeshMap;
+
+
+ BOOL mShowNavMeshRebake;
};
+
#endif // LL_LLPATHFINDINGMANAGER_H