Fix compilation for windows

This commit is contained in:
Shinovon 2026-05-12 07:00:35 +05:00
parent 20c7bf7818
commit 7f9b635431
12 changed files with 70 additions and 7 deletions

View file

@ -1,5 +1,9 @@
#pragma once
#ifdef AUDIO_OAL
#undef AUDIO_OAL
#endif
#ifdef AUDIO_OAL
#include "eax.h"
#include "AL/efx.h"