Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/icon.hpp')
-rw-r--r--graphics/icon.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/icon.hpp b/graphics/icon.hpp
index ef2024e65f..a9279ca1e4 100644
--- a/graphics/icon.hpp
+++ b/graphics/icon.hpp
@@ -15,6 +15,7 @@ namespace graphics
Info();
Info(string const & name);
+ Resource::Info const & cacheKey() const;
m2::PointU const resourceSize() const;
Resource * createResource(m2::RectU const & texRect,
uint8_t pipelineID) const;