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

This commit is contained in:
Brian Matzon 2002-11-28 22:06:37 +00:00
parent 77e86f580c
commit 2d64bddd63
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#ifdef _DEBUG
#include <jni.h>
#include "extal.h"
#include <AL/al.h>
#define CHECK_AL_ERROR \
{ \