0ad/source/lib/oal.h
2004-07-28 11:34:40 +00:00

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();