X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=src%2FPixel.h;h=e5705c48ca902502ac718b3c3de31503944b8306;hb=ed537b5851e68c5730dab4c0d93421a66e6726e1;hp=932b009c186de11afa974b7b05fd617e581460b6;hpb=bdad36145ef42f2a44b58cc544846b4b34a6ca4f;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();