mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-17 03:49:28 +00:00
Remove BBGE_BUILD_FMODEX option (always defined)
This commit is contained in:
parent
91c493344d
commit
0f39b825e1
2 changed files with 9 additions and 87 deletions
|
@ -29,18 +29,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#define BBGE_BUILD_FMODEX
|
||||
|
||||
#ifdef BBGE_BUILD_FMODEX
|
||||
const int BBGE_AUDIO_NOCHANNEL = 0;
|
||||
#endif
|
||||
|
||||
const int BBGE_AUDIO_NOCHANNEL = 0;
|
||||
const int BBGE_AUDIO_LOOPINFINITE = -1;
|
||||
const int BBGE_AUDIO_LOOPNONE = 0;
|
||||
|
||||
namespace SoundCore
|
||||
{
|
||||
#ifdef BBGE_BUILD_FMODEX
|
||||
typedef void *Buffer;
|
||||
#endif
|
||||
}
|
||||
|
||||
enum SoundEffectType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue