From b11131ce0c76d2b46208ad5473dd86dc5343ce5f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 11 Jan 2018 09:43:45 -0800 Subject: Move a forward declaration to the others --- OpenAL32/Include/alMain.h | 3 +-- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.3