summaryrefslogtreecommitdiff
path: root/src/mbgl/style/light_impl.hpp
blob: d607cf00e54ace9b2f703a098887e61e9550a3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include <mbgl/style/light.hpp>
#include <mbgl/style/light_properties.hpp>

namespace mbgl {
namespace style {

class Light::Impl {
public:
    IndexedTuple<LightProperties, LightProperties> properties;
};

} // namespace style
} // namespace mbgl