Panda3D
 All Classes Functions Variables Enumerations
config_fmodAudio.h
1 // Filename: config_fmodAudio.h
2 // Created by: cort
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef CONFIG_FMODAUDIO_H
16 #define CONFIG_FMODAUDIO_H
17 
18 #include "pandabase.h"
19 
20 #include "notifyCategoryProxy.h"
21 #include "dconfig.h"
22 #include "audioManager.h"
23 
24 ConfigureDecl(config_fmodAudio, EXPCL_FMOD_AUDIO, EXPTP_FMOD_AUDIO);
25 NotifyCategoryDecl(fmodAudio, EXPCL_FMOD_AUDIO, EXPTP_FMOD_AUDIO);
26 
27 extern ConfigVariableInt fmod_audio_preload_threshold;
28 
29 extern EXPCL_FMOD_AUDIO void init_libFmodAudio();
30 extern "C" EXPCL_FMOD_AUDIO Create_AudioManager_proc *get_audio_manager_func_fmod_audio();
31 
32 #endif // CONFIG_FMODAUDIO_H
This is a convenience class to specialize ConfigVariable as an integer type.