diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 15:31:26 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 15:31:26 +0100 |
| commit | 10ae402862df4337772fe8e35f68ee8ab5bfc224 (patch) | |
| tree | 1ac5fda82a2dd01f7f5ffdc2b337947c569afc15 /include/pathfinding.h | |
| parent | ec3796faff12ba7bf5f775d757ac25834549903d (diff) | |
networking
Diffstat (limited to 'include/pathfinding.h')
| -rw-r--r-- | include/pathfinding.h | 1 |
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 |
