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

sound_dx.h

Go to the documentation of this file.
00001 #ifndef header_sound_dx
00002 #define header_sound_dx
00003 
00004 #include "API/Core/Sound/sound.h"
00005 
00006 struct SSoundCardInfo
00007 {
00008         GUID guid;
00009         std::string name;
00010 };
00011 
00012 class CL_SoundCard_DX;
00013 class CL_Sound_DX : public CL_Sound
00014 {
00015 public:
00016         CL_Sound_DX();
00017         virtual ~CL_Sound_DX();
00018 
00019         static CL_SoundCard *cur_card;
00020 };
00021 
00022 #endif

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