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

cl_midi.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------
00002 #ifndef cl_midiH
00003 #define cl_midiH
00004 //---------------------------------------------------------------------------
00005 #endif
00006 #include <midi.h>
00007 
00008 class CL_MIDI
00009    {
00010    public:
00011 //        static CL_MIDI* create() { return new CL_MIDI_DirectMusic; };
00012         CL_MIDI() { return;};
00013         virtual ~CL_MIDI() { return; }
00014 
00015         virtual bool start_playing()=0;
00016         virtual bool stop_playing()=0;
00017         virtual bool load_file(wchar_t* filename)=0;
00018   };

Generated at Wed Apr 4 19:53:59 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001