summaryrefslogtreecommitdiff
path: root/src/core-files.json
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-01-24 10:40:50 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-04-17 17:21:41 +0300
commit1a66a02097f0e3c95a4d06610fc0b7609f6d77b9 (patch)
treee6a0c00bb8b45497df58fc5088319800139c10ee /src/core-files.json
parentcd5f87e9d2f373d1a6c7797de767e545b52cddcc (diff)
downloadqtlocation-mapboxgl-1a66a02097f0e3c95a4d06610fc0b7609f6d77b9.tar.gz
[core] Introduce `style::LayerProperties` interface and its implementations
Diffstat (limited to 'src/core-files.json')
-rw-r--r--src/core-files.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core-files.json b/src/core-files.json
index 9860212399..e224f55cad 100644
--- a/src/core-files.json
+++ b/src/core-files.json
@@ -420,6 +420,7 @@
"mbgl/style/filter.hpp": "include/mbgl/style/filter.hpp",
"mbgl/style/image.hpp": "include/mbgl/style/image.hpp",
"mbgl/style/layer.hpp": "include/mbgl/style/layer.hpp",
+ "mbgl/style/layer_properties.hpp": "include/mbgl/style/layer_properties.hpp",
"mbgl/style/layers/background_layer.hpp": "include/mbgl/style/layers/background_layer.hpp",
"mbgl/style/layers/circle_layer.hpp": "include/mbgl/style/layers/circle_layer.hpp",
"mbgl/style/layers/custom_layer.hpp": "include/mbgl/style/layers/custom_layer.hpp",