JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed bug where screen wasn't redrawn when paused and toggling fullscreen mode
[vor.git] / dust.h
diff --git a/dust.h b/dust.h
index b8e0de1..55484ad 100644 (file)
--- a/dust.h
+++ b/dust.h
@@ -1,8 +1,6 @@
 #ifndef VOR_DUST_H
 #define VOR_DUST_H
 
-#include <stdint.h>
-
 /*
  * 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