New platform APIs and new OpenAL cmake

This commit is contained in:
Eduardo Bart
2013-02-22 16:53:28 -03:00
parent 5b573afdfc
commit e4e3d7d053
6 changed files with 53 additions and 3 deletions

View File

@@ -27,8 +27,8 @@
#define AL_LIBTYPE_STATIC
#include <AL/al.h>
#include <AL/alc.h>
#include <al.h>
#include <alc.h>
class SoundManager;
class SoundSource;