mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#ifdef _DEBUG
|
||||
|
||||
#include <jni.h>
|
||||
#include "extal.h"
|
||||
#include <AL/al.h>
|
||||
|
||||
#define CHECK_AL_ERROR \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue