summaryrefslogtreecommitdiff
path: root/include/drops.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drops.h')
-rw-r--r--include/drops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drops.h b/include/drops.h
index aa48e24..91ec03e 100644
--- a/include/drops.h
+++ b/include/drops.h
@@ -28,7 +28,7 @@ drop drops[MAX_DROPS] = {0};
#define DROP_MAX_DURATION (4.0f)
#define DROP_FADE_TIME (2.0f)
-void update_drops();
+void update_drops_server();
void draw_drops(platform_window* window);
void spawn_drop(vec3f pos);