mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#ifndef _NAVMESH_TOOL_H_
|
||||
#define _NAVMESH_TOOL_H_
|
||||
|
||||
#ifdef TORQUE_TOOLS
|
||||
#ifndef _SIMBASE_H_
|
||||
#include "console/simBase.h"
|
||||
#endif
|
||||
|
|
@ -54,5 +54,5 @@ public:
|
|||
virtual void onUndoAction() {}
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // !_NAVMESH_TOOL_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue