diff options
author | prep <prep@lindenlab.com> | 2012-01-04 13:12:46 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-01-04 13:12:46 -0500 |
commit | 06bfbf61e16ffec0e54f131a7f3b37c475f10cd9 (patch) | |
tree | e0eb2de9ecbbea0d2eda3c698e7f403d834632b5 /indra/newview/llfloaterpathfindingconsole.h | |
parent | d2609e7dda6c52b9f17e0fe5657514d2e6be18a7 (diff) |
Path-177. Updated to newest version of LLPathingLibrary
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index 7a9328da57..9f9774b66b 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -31,9 +31,9 @@ #include "llfloater.h"
#include "llnavmeshstation.h"
#include "llpathinglib.h"
+#include "llcheckboxctrl.h"
class LLSD;
-class LLCheckBoxCtrl;
class LLRadioGroup;
class LLSliderCtrl;
class LLLineEditor;
@@ -95,6 +95,8 @@ public: F32 getTerrainMaterialD() const;
void setTerrainMaterialD(F32 pTerrainMaterial);
+ BOOL getShowPathToggle() const {return mShowPathCheckBox->get(); }
+
protected:
private:
|