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:
authorrachytski <siarhei.rachytski@gmail.com>2013-01-12 19:22:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:50 +0300
commitbb19a489f0e02a37bcf9707aa59ac8d0215ec132 (patch)
tree543715062157cfdaf567ff88b4309d3b517d1c75 /graphics/icon.hpp
parent9132a8191c5961482ad2cd06e4184e41bdc5e255 (diff)
added ability to use cacheKey's in Resource::Info.
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;