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

cardplayback_clan.cpp

Go to the documentation of this file.
00001 /*
00002         $Id: cardplayback_clan.cpp,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 
00015 #ifdef WIN32
00016 #pragma warning (disable:4786)
00017 #endif
00018 
00019 #ifdef USE_CLANSOUND
00020 
00021 #include <Sound/Sound/ClanSound/cardplayback_clan.h>
00022 #include <Sound/Sound/ClanSound/soundcard_clan.h>
00023 
00024 CL_CardPlayback_ClanSound::CL_CardPlayback_ClanSound(
00025         CL_SoundCard_ClanSound *card)
00026 {
00027         this->card = card;
00028 
00029 }
00030 
00031 CL_CardPlayback_ClanSound::~CL_CardPlayback_ClanSound()
00032 {
00033 }
00034 
00035 #endif

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