mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
remove empty file
This commit is contained in:
parent
bb7e72be29
commit
ae58253ec6
@ -8,7 +8,7 @@
|
||||
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||
|
||||
#define SOURCES \
|
||||
config_audio.h audioManager.I audioManager.h \
|
||||
config_audio.h audioManager.h \
|
||||
audioSound.h nullAudioManager.h nullAudioSound.h
|
||||
|
||||
#define INCLUDED_SOURCES \
|
||||
@ -18,7 +18,7 @@
|
||||
#define INSTALL_HEADERS \
|
||||
config_audio.h \
|
||||
audio.h \
|
||||
audioManager.h audioManager.I \
|
||||
audioManager.h \
|
||||
audioSound.h \
|
||||
nullAudioManager.h \
|
||||
nullAudioSound.h \
|
||||
@ -37,4 +37,3 @@
|
||||
test_audio.cxx
|
||||
|
||||
#end test_bin_target
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
// Filename: audioManager.I
|
||||
// Created by: skyler (June 6, 2001)
|
||||
// Prior system by: cary
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// PANDA 3D SOFTWARE
|
||||
// Copyright (c) 2001, Disney Enterprises, Inc. All rights reserved
|
||||
//
|
||||
// All use of this software is subject to the terms of the Panda 3d
|
||||
// Software license. You should have received a copy of this license
|
||||
// along with this source code; you will also find a current copy of
|
||||
// the license at http://www.panda3d.org/license.txt .
|
||||
//
|
||||
// To contact the maintainers of this program write to
|
||||
// panda3d@yahoogroups.com .
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
@ -35,7 +35,10 @@ PUBLISHED:
|
||||
// ...
|
||||
// my_sound = MySoundEffects.get_sound("neatSfx.mp3");
|
||||
// my_music = MyMusicManager.get_sound("introTheme.mid");
|
||||
static PT(AudioManager) create_AudioManager();
|
||||
|
||||
// bOneAtATime: if true, turn off any currently-playing sounds before playing
|
||||
// a new one (useful for midi songs)
|
||||
static PT(AudioManager) create_AudioManager(/*bool bOneAtATime*/);
|
||||
virtual ~AudioManager() {}
|
||||
|
||||
virtual bool is_valid() = 0;
|
||||
@ -84,6 +87,4 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
#include "audioManager.I"
|
||||
|
||||
#endif /* __AUDIO_MANAGER_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user