Free Electron
openal_core.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __openal_openal_core_h__
8 #define __openal_openal_core_h__
9 
10 #if FE_OS==FE_OSX
11 #include <OpenAL/al.h>
12 #include <OpenAL/alc.h>
13 #include <OpenAL/alut.h>
14 #else
15 #include <AL/al.h>
16 #include <AL/alc.h>
17 #include <AL/alut.h>
18 #endif
19 
20 #endif /* __openal_openal_core_h__ */