summaryrefslogtreecommitdiff
path: root/include/pathfinding.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 20:33:22 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 20:33:22 +0200
commit250361975fc81ca01d96f615ed1226641887c305 (patch)
treee11c9cf7ad6cf7d5d363286fc462de02c9a8e9d2 /include/pathfinding.h
parent544f338b8e9ea010eccedbfa24bee5c97b7d3621 (diff)
improve pathfinding
Diffstat (limited to 'include/pathfinding.h')
-rw-r--r--include/pathfinding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pathfinding.h b/include/pathfinding.h
index e648f2c..4eace4c 100644
--- a/include/pathfinding.h
+++ b/include/pathfinding.h
@@ -8,6 +8,8 @@
#include "objects.h"
#include "list.h"
+//#define DEBUG_PATHFINDING
+
typedef struct t_pathfinding_request
{
vec2f start;