diff options
author | Chris Robinson <[email protected]> | 2018-01-11 08:44:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-11 08:44:52 -0800 |
commit | 15ad5245bfa498dff729d2bb1cd91fad161cc806 (patch) | |
tree | b5f0d36fe916d81e498c7c18278ed7b40f7cf00d /OpenAL32/alAuxEffectSlot.c | |
parent | 8aa9e35f8c743c1336142a0a49eaeee19a6d33d3 (diff) |
Move the FPU mode declarations to a separate header
Also don't use inheritance with FPUCtl.
Diffstat (limited to 'OpenAL32/alAuxEffectSlot.c')
-rw-r--r-- | OpenAL32/alAuxEffectSlot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c index 12092100..2dcf7125 100644 --- a/OpenAL32/alAuxEffectSlot.c +++ b/OpenAL32/alAuxEffectSlot.c @@ -32,6 +32,7 @@ #include "alListener.h" #include "alSource.h" +#include "fpu_modes.h" #include "almalloc.h" |