0ad/source/lib/oal.h
Ykkrosh 1768ccded3 Miscellaneous GCC fixes
This was SVN commit r948.
2004-08-09 16:44:08 +00:00

11 lines
150 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();