diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2011-12-19 17:16:13 -0800 |
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-19 17:16:13 -0800 |
| commit | 34a847fabdfb42c7a6cf555c10fed095c6d8b2f2 (patch) | |
| tree | 952c9bb8b30d9b8bcd51418ab38abc6f2c61df3e /indra/newview/llfloaterpathfindingconsole.h | |
| parent | 6a078814cdd55105304fec41712dbd635e18d900 (diff) | |
Stubbing out functionality for catching the rebuild and refresh navmesh button clicks.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
| -rw-r--r-- | indra/newview/llfloaterpathfindingconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h index a0a1500d94..e0dd796ef6 100644 --- a/indra/newview/llfloaterpathfindingconsole.h +++ b/indra/newview/llfloaterpathfindingconsole.h @@ -84,6 +84,8 @@ private: void onCharacterWidthSet();
void onCharacterTypeSwitch();
void onViewEditLinksetClicked();
+ void onRebuildNavmeshClicked();
+ void onRefreshNavmeshClicked();
ERegionOverlayDisplay getRegionOverlayDisplay() const;
EPathSelectionState getPathSelectionState() const;
|
