X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=src%2FPixel.h;h=e5705c48ca902502ac718b3c3de31503944b8306;hb=HEAD;hp=932b009c186de11afa974b7b05fd617e581460b6;hpb=537d99f7362abc5b8e07ca8ad2567f4c1b98bb2c;p=swarmPDK.git diff --git a/src/Pixel.h b/src/Pixel.h index 932b009..e5705c4 100644 --- a/src/Pixel.h +++ b/src/Pixel.h @@ -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();