diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-05 11:08:16 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-05 11:08:16 +0100 |
| commit | 075335d187f45de7d002e3f44f6ec93b30abed78 (patch) | |
| tree | 0326b8ef2b4b779f4a1eee10a62b1a803c6e19ba /include/zombie_chunk.h | |
| parent | 2b23a7efd6cc4d55e10e01c978a3614e7b97c93c (diff) | |
rounds
Diffstat (limited to 'include/zombie_chunk.h')
| -rw-r--r-- | include/zombie_chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zombie_chunk.h b/include/zombie_chunk.h index d774026..7beb14c 100644 --- a/include/zombie_chunk.h +++ b/include/zombie_chunk.h @@ -35,6 +35,6 @@ zombie_chunk zombie_chunks[MAX_ZOMBIE_CHUNKS] = {0}; void draw_zombie_chunks(platform_window* window); void spawn_zombie_chunk(vec3f center); void spawn_zombie_splatter(vec3f center); -void update_zombie_chunks(); +void update_zombie_chunks_server(); #endif
\ No newline at end of file |
