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

implementation_clansound.h

Go to the documentation of this file.
00001 /*
00002         $Id: implementation_clansound.h,v 1.1.1.1 2000/04/09 12:18:02 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                 Initialize sound support using ClanSound.
00016 
00017 */
00018 
00019 #ifndef header_implementation_clansound
00020 #define header_implementation_clansound
00021 
00022 #ifdef USE_CLANSOUND
00023 
00024 char *clansound_identify();
00025 char *clansound_abbreviation();
00026 void clansound_init();
00027 
00028 class CL_Implementation_ClanSound
00029 {
00030 public:
00031         void add_sound();
00032 };
00033 
00034 #endif /* USE_CLANSOUND */
00035 
00036 #endif

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