Move a forward declaration to the others

This commit is contained in:
Chris Robinson
2018-01-11 09:43:45 -08:00
parent 2d2ca1d791
commit b11131ce0c
+1 -2
View File
@@ -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,