Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

objects/bomb.h

00001 #include "objects_common.h" 00002 00009 class Bomb : public Item { 00010 public: 00011 Bomb(Sint16 xpos=0, Sint16 ypos=0, const ParameterMap& param=ParameterMap()); 00012 virtual ~Bomb(); 00013 static ParameterMap default_parameters; 00014 virtual bool act(Object* obj); 00015 private: 00016 ParameterMap triggered_bomb_param; 00017 };

Generated on Sun Feb 5 13:02:35 2006 for Lost Penguins by doxygen 1.3.8