src/OpenALSource.h

Go to the documentation of this file.
00001 /* Crown and Cutlass
00002  * OpenAL Source Header
00003  */
00004 
00005 #if !defined( _OPENAL_SOURCE_H_ )
00006 
00007 #define _OPENAL_SOURCE_H_
00008 
00009 #include <AL/al.h>
00010 
00011 class OpenALSource {
00012  public:
00013   OpenALSource();
00014   ~OpenALSource();
00015 
00016   ALuint GetSource();
00017 
00018  private:
00019   ALuint source;
00020 };
00021 
00022 #endif

Generated on Mon Jan 8 22:34:12 2007 for CrownandCutlass by  doxygen 1.4.7