diff options
author | Chris Robinson <[email protected]> | 2019-07-29 15:57:48 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-29 15:58:26 -0700 |
commit | 76d87330ec7c34efeee86654db4c6ed405810de2 (patch) | |
tree | 2974a301ee77d0022a0b7c9b1e78ff4402355d5b /al/alState.cpp | |
parent | 0a26bab14e0100b883f59958f3ce417888cebc62 (diff) |
Move the event declarations to a separate header
Diffstat (limited to 'al/alState.cpp')
-rw-r--r-- | al/alState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/alState.cpp b/al/alState.cpp index ee8d3a1c..001412a8 100644 --- a/al/alState.cpp +++ b/al/alState.cpp @@ -33,13 +33,13 @@ #include "AL/alext.h" #include "alError.h" -#include "alcmain.h" #include "alcontext.h" #include "alexcpt.h" #include "almalloc.h" #include "alspan.h" #include "alu.h" #include "atomic.h" +#include "event.h" #include "inprogext.h" #include "opthelpers.h" |