dispenser can now launch snowballs and bouncingsnowballs
[supertux.git] / src / badguy / snowball.h
index 99a65d6..4d2a403 100644 (file)
@@ -7,6 +7,7 @@ class SnowBall : public BadGuy
 {
 public:
   SnowBall(LispReader& reader);
+  SnowBall(float pos_x, float pos_y);
 
   void activate();
   void write(LispWriter& writer);