// This file is generated. Edit scripts/generate-style-code.js, then run `make style-code`. #include #include namespace mbgl { namespace style { FillLayerProperties::FillLayerProperties( Immutable impl_) : LayerProperties(std::move(impl_)) {} FillLayerProperties::FillLayerProperties( Immutable impl_, CrossfadeParameters crossfade_, FillPaintProperties::PossiblyEvaluated evaluated_) : LayerProperties(std::move(impl_)), crossfade(std::move(crossfade_)), evaluated(std::move(evaluated_)) {} FillLayerProperties::~FillLayerProperties() = default; const FillLayer::Impl& FillLayerProperties::layerImpl() const { return static_cast(*baseImpl); } } // namespace style } // namespace mbgl