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

setupsound_generic.cpp

Go to the documentation of this file.
00001 
00002 #ifdef WIN32
00003 #pragma warning (disable:4786)
00004 #endif
00005 
00006 #include <stdlib.h>
00007 #include "Sound/Sound/Generic/resourcetype_sample.h"
00008 #include "setupsound_generic.h"
00009 
00011 // CL_SetupSound_Generic initialization:
00012 
00013 static CL_Res_Sample *restype_sample = NULL;
00014 
00015 void CL_SetupSound_Generic::init()
00016 {
00017         restype_sample = new CL_Res_Sample;
00018 }
00019 
00021 // CL_SetupSound_Generic deinitialization:
00022 
00023 void CL_SetupSound_Generic::deinit()
00024 {
00025         delete restype_sample;
00026         restype_sample = NULL;
00027 }

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