Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

/home/rdbrown/doxygen/cse125g1/src/modules/audio/audio.h

00001 #ifndef MM_AUDIO_H
00002 #define MM_AUDIO_H
00003 
00004 /*
00005  *  audio.h
00006  *  MMAudio
00007  *
00008  *  Created by Rib Rdb on 4/3/05.
00009  *  Copyright 2005 __MyCompanyName__. All rights reserved.
00010  *
00011  */
00012 
00013 #include "audiocore.h"
00014 #include "listener.h"
00015 #include "Source.h"
00016 #include "AudioException.h"
00017 #include "stream.h"
00030 namespace MMAudio {
00034   void audioInit(void);
00038   void audioExit(void);
00042   Listener *audioGetListener(void);
00043 }
00044 
00047 #endif /* MM_AUDIO_H */
00048 

Generated on Thu Aug 18 16:03:09 2005 for Robin Hood: Thieves & Knights by doxygen1.2.18