add the alc.h header file vor OpenAL context related code

This commit is contained in:
ehofman
2009-10-05 11:10:40 +00:00
committed by Tim Moore
parent 579d384c04
commit 023002ae73

View File

@@ -45,9 +45,11 @@
# define AL_ILLEGAL_ENUM AL_INVALID_ENUM
# define AL_ILLEGAL_COMMAND AL_INVALID_OPERATION
# include <OpenAL/al.h>
# include <OpenAL/alc.h>
# include <OpenAL/alut.h>
#else
# include <AL/al.h>
# include <AL/alc.h>
# include <AL/alut.h>
#endif