Panda3D
 All Classes Functions Variables Enumerations
config_openalAudio.h
00001 // Filename: config_openalAudio.h
00002 // Created by:  Ben Buchwald <bb2@alumni.cmu.edu>
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 #ifndef CONFIG_OPENALAUDIO_H
00016 #define CONFIG_OPENALAUDIO_H
00017 
00018 #include "pandabase.h"
00019 
00020 #ifdef HAVE_OPENAL //[
00021 #include "notifyCategoryProxy.h"
00022 #include "dconfig.h"
00023 #include "audioManager.h"
00024 
00025 ConfigureDecl(config_openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO);
00026 NotifyCategoryDecl(openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO);
00027 
00028 extern EXPCL_OPENAL_AUDIO void init_libOpenALAudio();
00029 extern "C" EXPCL_OPENAL_AUDIO Create_AudioManager_proc *get_audio_manager_func_openal_audio();
00030 
00031 #endif //]
00032 
00033 #endif // CONFIG_OPENALAUDIO_H
 All Classes Functions Variables Enumerations