X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=dust.h;h=5241a60d94d6e00196d2bbf1dd0afde911fe3f37;hp=984587bad76d2abf2905d78ac57928cd32344ec8;hb=51d56bfe5830a41e61f4ceefb75217f647d994fe;hpb=a726e74233c877dab3aca50e5b31e7652035ae30 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