diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-16 20:33:22 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-16 20:33:22 +0200 |
| commit | 250361975fc81ca01d96f615ed1226641887c305 (patch) | |
| tree | e11c9cf7ad6cf7d5d363286fc462de02c9a8e9d2 /include/pathfinding.h | |
| parent | 544f338b8e9ea010eccedbfa24bee5c97b7d3621 (diff) | |
improve pathfinding
Diffstat (limited to 'include/pathfinding.h')
| -rw-r--r-- | include/pathfinding.h | 2 |
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; |
