summaryrefslogtreecommitdiff
path: root/include/pathfinding.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
commit10ae402862df4337772fe8e35f68ee8ab5bfc224 (patch)
tree1ac5fda82a2dd01f7f5ffdc2b337947c569afc15 /include/pathfinding.h
parentec3796faff12ba7bf5f775d757ac25834549903d (diff)
networking
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