X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=dust.h;h=55484ad6eb6a2a4a526cbac01799940edaab6676;hp=b8e0de181b0b95d02dad9cb985bdab0ae83222d4;hb=HEAD;hpb=841f94c4182f8dff0253db9bae4922c3c9039a5f diff --git a/dust.h b/dust.h index b8e0de1..55484ad 100644 --- a/dust.h +++ b/dust.h @@ -1,8 +1,6 @@ #ifndef VOR_DUST_H #define VOR_DUST_H -#include - /* * Dust motes are harmless background items. They are created when the * program is initialized, and are simply wrapped whenever they hit the @@ -14,6 +12,6 @@ void init_dust(void); void move_dust(void); -void draw_dust(SDL_Surface *); +void draw_dust(void); #endif // VOR_DUST_H