mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-17 16:50:00 +00:00
Renamed tools class files to use a Tool_ prefix
to group them in the project and make it align more with Sample_ etc.
This commit is contained in:
@@ -27,22 +27,22 @@
|
||||
# include <GL/glu.h>
|
||||
#endif
|
||||
#include "PartitionedMesh.h"
|
||||
#include "ConvexVolumeTool.h"
|
||||
#include "CrowdTool.h"
|
||||
#include "DetourCommon.h"
|
||||
#include "DetourDebugDraw.h"
|
||||
#include "DetourNavMesh.h"
|
||||
#include "DetourNavMeshBuilder.h"
|
||||
#include "DetourTileCache.h"
|
||||
#include "InputGeom.h"
|
||||
#include "NavMeshTesterTool.h"
|
||||
#include "OffMeshConnectionTool.h"
|
||||
#include "Recast.h"
|
||||
#include "RecastDebugDraw.h"
|
||||
#include "Sample.h"
|
||||
#include "Sample_TempObstacles.h"
|
||||
#include "fastlz.h"
|
||||
#include "imguiHelpers.h"
|
||||
#include "Tool_ConvexVolume.h"
|
||||
#include "Tool_Crowd.h"
|
||||
#include "Tool_NavMeshTester.h"
|
||||
#include "Tool_OffMeshConnection.h"
|
||||
|
||||
#ifdef WIN32
|
||||
# define snprintf _snprintf
|
||||
|
||||
Reference in New Issue
Block a user