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:
Graham Pentheny
2025-08-18 00:31:19 -04:00
parent 2e4f41724f
commit 72296e7ea5
13 changed files with 24 additions and 20 deletions

View File

@@ -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>