Fix hard-coded screen size; increase number of pixels.
[swarmPDK.git] / src / Pixel.h
index 932b009..e5705c4 100644 (file)
@@ -10,7 +10,7 @@ public:
        float x, y;
        float vx, vy;
 
-       Pixel(void);
+       Pixel(SDL_Surface* screen);
        ~Pixel(void);
        void accel(float x, float y);
        void update();