mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 07:35:50 +00:00
4e7b132bfd
This was SVN commit r985.
9 lines
122 B
C
Executable File
9 lines
122 B
C
Executable File
#ifdef __APPLE__
|
|
# include <OpenAL/alut.h>
|
|
#else
|
|
# include <AL/al.h>
|
|
# include <AL/alut.h>
|
|
#endif
|
|
|
|
extern int oal_Init();
|