mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-15 23:59:59 +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:
@@ -29,20 +29,19 @@
|
||||
#else
|
||||
# include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
#include "PartitionedMesh.h"
|
||||
#include "ConvexVolumeTool.h"
|
||||
#include "CrowdTool.h"
|
||||
#include "DetourDebugDraw.h"
|
||||
#include "DetourNavMesh.h"
|
||||
#include "DetourNavMeshBuilder.h"
|
||||
#include "InputGeom.h"
|
||||
#include "NavMeshPruneTool.h"
|
||||
#include "NavMeshTesterTool.h"
|
||||
#include "OffMeshConnectionTool.h"
|
||||
#include "Recast.h"
|
||||
#include "RecastDebugDraw.h"
|
||||
#include "Sample.h"
|
||||
#include "Tool_ConvexVolume.h"
|
||||
#include "Tool_Crowd.h"
|
||||
#include "Tool_NavMeshPrune.h"
|
||||
#include "Tool_NavMeshTester.h"
|
||||
#include "Tool_OffMeshConnection.h"
|
||||
|
||||
#include <imgui.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user