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

objects/key.h

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

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