mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update navMeshTestTool.h
fix linux and mac
This commit is contained in:
parent
3924c6590a
commit
0b96579ada
|
|
@ -6,6 +6,10 @@
|
|||
#include "navigation/navMeshTool.h"
|
||||
#endif
|
||||
|
||||
#ifndef _NAVPATH_H_
|
||||
#include "navigation/navPath.h"
|
||||
#endif
|
||||
|
||||
class NavMeshTestTool : public NavMeshTool
|
||||
{
|
||||
typedef NavMeshTool Parent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue