diff options
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index a6a6471b..917e2e39 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -292,6 +292,7 @@ struct HrtfEntry; struct DirectHrtfState; struct FrontStablizer; struct Compressor; +struct ALCbackend; struct ALcontextProps; struct ALlistenerProps; struct ALvoiceProps; @@ -364,8 +365,6 @@ enum DevProbe { CAPTURE_DEVICE_PROBE }; -struct ALCbackend; - enum DistanceModel { InverseDistanceClamped = AL_INVERSE_DISTANCE_CLAMPED, |