Fix hotkey bug and compile error on Mac

This commit is contained in:
Eduardo Bart
2013-02-26 17:50:08 -03:00
parent d0576da69d
commit dc3559a5c0
2 changed files with 3 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;