Change OpenAL include statement to be what CMake docs suggest

Also WIP QEMU-like monitor.
This commit is contained in:
Cacodemon345
2021-08-25 15:17:46 +06:00
parent 7856884a2b
commit 4090b0fac7
2 changed files with 13 additions and 3 deletions

View File

@@ -26,9 +26,9 @@
# undef ALC_API
# define AL_LIBTYPE_STATIC
# define ALC_LIBTYPE_STATIC
# include <al.h>
# include <alc.h>
# include <alext.h>
# include "al.h"
# include "alc.h"
# include "alext.h"
#include <86box/86box.h>
#include <86box/sound.h>
#include <86box/midi.h>