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

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

00001 /*
00002  *  audiocore.h
00003  *  MMAudio
00004  *
00005  *  Created by Rib Rdb on 4/4/05.
00006  *  Copyright 2005 __MyCompanyName__. All rights reserved.
00007  *
00008  */
00009 
00010 #ifdef __APPLE__
00011 #  include <OpenAL/alut.h>
00012 #else
00013 #  ifdef _WIN32
00014 #    include "al.h"
00015 #    include "alut.h"
00016 #  else
00017 #    ifdef __linux
00018 
00019     /* Include needed libraries for linux */
00020 #      include <AL/al.h>
00021 #      include <AL/alut.h>
00022 #      include <errno.h>
00023 
00024 #    else
00025 #      error "platform not supported"
00026 #    endif /* LINUX */ 
00027 #  endif /* _WIN32 */
00028 #endif /* __APPLE__ */
00029 
00030 

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