mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 12:34:35 +01:00
fix: make OpenAL compile, by not including extal.h in files - somekind of circular dependency ?
This commit is contained in:
parent
77e86f580c
commit
2d64bddd63
|
|
@ -13,7 +13,7 @@
|
|||
#ifdef _DEBUG
|
||||
|
||||
#include <jni.h>
|
||||
#include "extal.h"
|
||||
#include <AL/al.h>
|
||||
|
||||
#define CHECK_AL_ERROR \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue