diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-06-27 16:19:43 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-06-27 16:19:43 +0200 |
commit | ad4497c90994e75dd918e09a201a87ef85d6504c (patch) | |
tree | 43a4991928e918c380e8300443ab0f4a497dae5f /include/llmr/style/style.hpp | |
parent | 38d9cd0d4f044090d417be35bf1771380472537c (diff) | |
download | qtlocation-mapboxgl-ad4497c90994e75dd918e09a201a87ef85d6504c.tar.gz |
reorganize properties
Diffstat (limited to 'include/llmr/style/style.hpp')
-rw-r--r-- | include/llmr/style/style.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llmr/style/style.hpp b/include/llmr/style/style.hpp index fd5f7e2226..f2b4cd4920 100644 --- a/include/llmr/style/style.hpp +++ b/include/llmr/style/style.hpp @@ -9,6 +9,9 @@ #include <llmr/util/transition.hpp> #include <llmr/util/uv.hpp> #include <llmr/style/class_dictionary.hpp> +#include <llmr/style/class_properties.hpp> +#include <llmr/style/style_properties.hpp> +#include <llmr/style/rasterize_properties.hpp> #include <map> #include <unordered_map> |