Panda3D
 All Classes Functions Variables Enumerations
config_milesAudio.h
00001 // Filename: config_milesAudio.h
00002 // Created by:  skyler
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_MILESAUDIO_H
00016 #define CONFIG_MILESAUDIO_H
00017 
00018 #include "pandabase.h"
00019 
00020 #ifdef HAVE_RAD_MSS //[
00021 #include "notifyCategoryProxy.h"
00022 #include "configVariableBool.h"
00023 #include "configVariableInt.h"
00024 #include "dconfig.h"
00025 #include "audioManager.h"
00026 
00027 ConfigureDecl(config_milesAudio, EXPCL_MILES_AUDIO, EXPTP_MILES_AUDIO);
00028 NotifyCategoryDecl(milesAudio, EXPCL_MILES_AUDIO, EXPTP_MILES_AUDIO);
00029 
00030 extern ConfigVariableBool miles_audio_force_midi_reset;
00031 extern ConfigVariableInt miles_audio_expand_mp3_threshold;
00032 extern ConfigVariableInt miles_audio_preload_threshold;
00033 extern ConfigVariableBool miles_audio_panda_threads;
00034 
00035 extern EXPCL_MILES_AUDIO void init_libMilesAudio();
00036 extern "C" EXPCL_MILES_AUDIO Create_AudioManager_proc *get_audio_manager_func_miles_audio();
00037 #endif //]
00038 
00039 #endif // CONFIG_MILESAUDIO_H
 All Classes Functions Variables Enumerations