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 };