add pathfinding.remove_agent

This commit is contained in:
MihailRis
2025-08-03 02:48:52 +03:00
parent 3aac6ecbcb
commit 5a6537c89d
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -63,6 +63,8 @@ namespace voxels {
int createAgent();
bool removeAgent(int id);
void performAllAsync(int stepsPerAgent);
Route perform(Agent& agent, int maxVisited = -1);