summaryrefslogtreecommitdiff
path: root/include/pathfinding.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pathfinding.h')
-rw-r--r--include/pathfinding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pathfinding.h b/include/pathfinding.h
index 6bef101..9dcaab3 100644
--- a/include/pathfinding.h
+++ b/include/pathfinding.h
@@ -19,6 +19,7 @@ typedef struct t_pathfinding_request
array global_pathfinding_queue;
+void* pathfinding_thread(void *args);
void make_pathfinding_request(vec2f start, vec2f end, array *to_fill, pathfinding_request *request);
#endif \ No newline at end of file