diff options
author | Chris Robinson <[email protected]> | 2018-01-11 09:43:45 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-11 09:43:45 -0800 |
commit | b11131ce0c76d2b46208ad5473dd86dc5343ce5f (patch) | |
tree | fbf5f54969ee7667ab86d784f03fa2b39b0c2eb9 | |
parent | 2d2ca1d79110e0100e7a1f3b1c37efc527e37a3b (diff) |
Move a forward declaration to the others
-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, |