summaryrefslogtreecommitdiff
path: root/include/pathfinding.h
diff options
context:
space:
mode:
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;