aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-05-16 02:08:18 -0700
committerChris Robinson <[email protected]>2022-05-16 02:08:18 -0700
commit65e4c20c27f2acf853e58fd4c26ebc0e3eb926c6 (patch)
tree4fb9a3bffbda4ab8dc1363caa2426cf8e8bbf30e /al/source.h
parent83238973ed08225adf03e76b6933e0c209f93fd9 (diff)
Move EAX files to their own sub-directory
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/al/source.h b/al/source.h
index 6db6bfa7..6fc1c1d4 100644
--- a/al/source.h
+++ b/al/source.h
@@ -22,9 +22,9 @@
#include "vector.h"
#ifdef ALSOFT_EAX
-#include "eax_eax_call.h"
-#include "eax_fx_slot_index.h"
-#include "eax_utils.h"
+#include "eax/eax_call.h"
+#include "eax/fx_slot_index.h"
+#include "eax/utils.h"
#endif // ALSOFT_EAX
struct ALbuffer;