summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLCircleStyleLayer_Private.h
blob: a023e2a88b67062c55301c451215755f91db1f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file is generated.
// Edit platform/darwin/scripts/generate-style-code.js, then run `make darwin-style-code`.
#pragma once

#include "MGLStyleLayer_Private.h"

#include <mbgl/style/layers/circle_layer.hpp>

namespace mbgl {

class CircleStyleLayerPeerFactory : public LayerPeerFactory, public mbgl::CircleLayerFactory {
    // LayerPeerFactory overrides.
    LayerFactory* getCoreLayerFactory() final { return this; }
    virtual MGLStyleLayer* createPeer(style::Layer*) final;
};

}  // namespace mbgl