summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/transition_options.hpp
blob: 0563f39ac3cc2bb0241668ecf28bedd0eaba14dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include <mbgl/style/transition_options.hpp>
#include <mbgl/style/conversion.hpp>

namespace mbgl {
namespace style {
namespace conversion {

template <>
struct Converter<TransitionOptions> {
public:
    optional<TransitionOptions> operator()(const Convertible& value, Error& error) const;
};

} // namespace conversion
} // namespace style
} // namespace mbgl