mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-16 13:13:53 +00:00
tools build requirements
This commit is contained in:
parent
c2b347af7c
commit
f691188f74
3 changed files with 10 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "platform/platform.h"
|
||||
#include "navigation/navMeshTool.h"
|
||||
|
||||
#ifdef TORQUE_TOOLS
|
||||
#include "util/undo.h"
|
||||
#include "math/mMath.h"
|
||||
#include "math/mathUtils.h"
|
||||
|
|
@ -37,3 +37,4 @@ NavMeshTool::NavMeshTool()
|
|||
NavMeshTool::~NavMeshTool()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue