1
0
Fork 0
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:
Nicolas Braud-Santoni 2016-05-05 15:44:00 +02:00
commit 0f39b825e1
No known key found for this signature in database
GPG key ID: 06EA317DE11BD278
2 changed files with 9 additions and 87 deletions

View file

@ -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