fix: make OpenAL compile, by not including extal.h in files, but CoreEAX - somekind of circular dependency ?

This commit is contained in:
Brian Matzon 2002-11-28 20:25:10 +00:00
parent a510ec189c
commit af4368f427
4 changed files with 13 additions and 9 deletions

View File

@ -39,8 +39,10 @@
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_ALC.h" #include "org_lwjgl_openal_ALC.h"
#include "extal.h"
/* OpenAL includes */
#include "checkALerror.h" #include "checkALerror.h"
#include <AL/alc.h>
/* /*
* Class: org_lwjgl_openal_ALC * Class: org_lwjgl_openal_ALC

View File

@ -40,14 +40,13 @@
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_ALUT.h" #include "org_lwjgl_openal_ALUT.h"
/* OpenAL includes */
#include "extal.h"
#include "checkALerror.h"
#include <stdlib.h> #include <stdlib.h>
/* OpenAL includes */
#include "checkALerror.h"
#include <AL/alut.h>
/* /*
* Class: org_lwjgl_openal_ALUT * Class: org_lwjgl_openal_ALUT
* Method: nCreate * Method: nCreate

View File

@ -40,10 +40,10 @@
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_CoreAL.h" #include "org_lwjgl_openal_CoreAL.h"
/* OpenAL includes */
#include "extal.h"
#include "checkALerror.h"
/* OpenAL includes */
#include "checkALerror.h"
#include <AL/al.h>
/** /**
* This function enables a feature of the OpenAL driver. * This function enables a feature of the OpenAL driver.

View File

@ -39,8 +39,11 @@
* @version $Revision$ * @version $Revision$
*/ */
#include "org_lwjgl_openal_eax_CoreEAX.h" #include "org_lwjgl_openal_eax_CoreEAX.h"
/* OpenAL includes */
#include "extal.h" #include "extal.h"
#include "checkALerror.h" #include "checkALerror.h"
#include <AL/alc.h>
/** /**
* Throws an OAL exception with the specified message * Throws an OAL exception with the specified message