X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=dust.h;h=5241a60d94d6e00196d2bbf1dd0afde911fe3f37;hp=984587bad76d2abf2905d78ac57928cd32344ec8;hb=66742cd79da77c5db0501d4b4ba8cc1f46f948b9;hpb=f8a464d8eed8cf611c0c3f80166d2a650efb1485 diff --git a/dust.h b/dust.h index 984587b..5241a60 100644 --- a/dust.h +++ b/dust.h @@ -11,7 +11,7 @@ #define MAX_DUST_DEPTH 2 void init_dust(void); -void move_dust(void); +void move_dust(float ticks); void draw_dust(SDL_Surface *); #endif // VOR_DUST_H