From 83e8a543db55e77ce8519bb93debd546065826c1 Mon Sep 17 00:00:00 2001 From: tma Date: Thu, 1 Dec 2005 20:53:28 +0000 Subject: * Updated AL headers * Added a Makefile option USE_LOCAL_HEADERS which can be disabled to use system headers if desired git-svn-id: svn://svn.icculus.org/quake3/trunk@402 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/qal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'code/client/qal.h') diff --git a/code/client/qal.h b/code/client/qal.h index a84639a..b9eb2fd 100644 --- a/code/client/qal.h +++ b/code/client/qal.h @@ -32,8 +32,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define AL_NO_PROTOTYPES #define ALC_NO_PROTOTYPES #endif + +#if USE_LOCAL_HEADERS #include "../AL/al.h" #include "../AL/alc.h" +#else +#include +#include +#endif #if USE_OPENAL_DLOPEN extern LPALENABLE qalEnable; -- cgit v1.2.3