Updated everything for dependencies. All sub packages are now part of the project. This was a massive update, hopefully won't have to be reverted.
This commit is contained in:
7
gumble/go-openal/openal/local.h
Normal file
7
gumble/go-openal/openal/local.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifdef __APPLE__
|
||||
#include<OpenAL/al.h>
|
||||
#include<OpenAL/alc.h>
|
||||
#else
|
||||
#include<AL/al.h>
|
||||
#include<AL/alc.h>
|
||||
#endif
|
Reference in New Issue
Block a user