mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 09:36:52 +00:00
777abc8edb
This was SVN commit r828.
10 lines
149 B
C
Executable File
10 lines
149 B
C
Executable File
#ifdef __APPLE__
|
|
# include <OpenAL/alut.h>
|
|
#else
|
|
# include <AL/al.h>
|
|
# include <AL/alut.h>
|
|
#endif
|
|
|
|
extern int oal_Init();
|
|
|
|
extern int oal_Shutdown(); |