updated dispenser -- can summon mriceblock, snowball, bouncing_snowball and mrbomb now
[supertux.git] / src / badguy / dispenser.h
index 571954f..6c83a28 100644 (file)
@@ -16,6 +16,8 @@ public:
 
 protected:
   bool collision_squished(Player& player);
+  void launch_badguy();
+  float cycle;
   std::string badguy;
   Timer2 dispense_timer;
 };