Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

BackgroundMusic.h

Go to the documentation of this file.
00001 #ifndef _BACKGROUNDMUSIC_H_
00002 #define _BACKGROUNDMUSIC_H_
00003 
00004 #include "Audio.h"
00005 #include "Object.h"
00006 
00007 class BackgroundMusic : public Object
00008 {
00009  public:
00010   BackgroundMusic();
00011   virtual ~BackgroundMusic();
00012 
00013   virtual void draw();
00014 };
00015 
00016 #endif

Generated on Wed Apr 21 11:10:53 2004 for naturecalls by doxygen1.2.18