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

soundbuffer_static_be.h

Go to the documentation of this file.
00001 /*
00002         $Id: soundbuffer_static_be.h,v 1.1 2001/03/06 15:09:24 mbn Exp $
00003 
00004         ------------------------------------------------------------------------
00005         ClanLib, the platform independent game SDK.
00006 
00007         This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00008         version 2. See COPYING for details.
00009 
00010         For a total list of contributers see CREDITS.
00011 
00012         ------------------------------------------------------------------------
00013 
00014         File purpose:
00015                 Sound card impl. that uses the ClanSound library.
00016 
00017 */
00018 
00019 #ifndef header_soundbuffer_static_be
00020 #define header_soundbuffer_static_be
00021 
00022 #include "soundcard_be.h"
00023 #include "Core/Sound/Generic/soundbuffer_static.h"
00024 
00025 class CL_CardBuffer_Static_Be : public CL_CardSoundBuffer_Static
00026 {
00027 protected:
00028         BSimpleGameSound* soundbuffer;
00029 
00030 public:
00031         CL_CardBuffer_Static_Be(CL_StaticSoundProvider *provider);
00032         virtual ~CL_CardBuffer_Static_Be();
00033 
00034         virtual CL_CardSoundBuffer_Playback *prepare(CL_SoundPlayBackDesc *desc);
00035 };
00036 
00037 #endif

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