summaryrefslogtreecommitdiff
path: root/src/mbgl/algorithm/update_renderables.cpp
blob: 7b571308c7e7e28370a7a7a3a8060260e8df19fe (plain)
1
2
3
4
5
6
7
8
9
10
#include <mbgl/algorithm/update_renderables_impl.hpp>
#include <mbgl/style/style_layer.hpp>

namespace mbgl {
namespace algorithm {

//template void updateRenderables(StyleLayer& layer, const uint8_t z);

} // namespace algorithm
} // namespace mbgl