summaryrefslogtreecommitdiff
path: root/include/zombie_chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zombie_chunk.h')
-rw-r--r--include/zombie_chunk.h2
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