JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bump version to 0.5.8
[vor.git] / dust.h
diff --git a/dust.h b/dust.h
index 5241a60..55484ad 100644 (file)
--- a/dust.h
+++ b/dust.h
@@ -11,7 +11,7 @@
 #define MAX_DUST_DEPTH 2
 
 void init_dust(void);
-void move_dust(float ticks);
-void draw_dust(SDL_Surface *);
+void move_dust(void);
+void draw_dust(void);
 
 #endif // VOR_DUST_H