summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-11-30 13:05:51 -0800
committerJohn Firebaugh <john@Johns-MacBook-Pro.local>2015-12-01 09:07:03 -0800
commit40ebf5d0d08138c353d7c0e4bc61ee53dceae410 (patch)
treec94e6bad39842f9beff22c71d9304e30bf6fa4a6 /src/mbgl/style/style.hpp
parentf27c28b6c4a4796eded7984d7bb3c62f30ba594f (diff)
downloadqtlocation-mapboxgl-40ebf5d0d08138c353d7c0e4bc61ee53dceae410.tar.gz
[core] Introduce StyleUpdateParameters
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index e1113b3cd6..c2cb9e397c 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -19,12 +19,15 @@
namespace mbgl {
+class MapData;
class GlyphAtlas;
class GlyphStore;
class SpriteStore;
class SpriteAtlas;
class LineAtlas;
class StyleLayer;
+class TransformState;
+class TexturePool;
class Style : public GlyphStore::Observer,
public SpriteStore::Observer,