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:
authorvng <viktor.govako@gmail.com>2013-07-08 18:38:51 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:29 +0300
commit75d58d02582b8058fce2d9b411a33467a9a3967f (patch)
treeadb5a0ea042792ac3f69e99ad4090eaf2c6c113a /platform/platform.hpp
parentd2d7828685ff9e9b8c2988c9efc69ed7b6af9923 (diff)
[android] Use alternative zip files for *.ttf and World, WorldCoasts.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 89c87ac1d9..5bc1899fa6 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -29,8 +29,12 @@ protected:
/// Flag that it's a paid PRO version of app.
bool m_isPro;
- /// Internal function to use files from writable dir
- /// if they override the same file in the resources dir
+ /// Extended resource files.
+ /// Used in Android only (downloaded zip files as a container).
+ vector<string> m_extResFiles;
+
+ /// Internal function to get full path for input file.
+ /// Uses m_writeableDir and m_resourcesDir.
string ReadPathForFile(string const & file) const;
/// Hash some unique string into uniform format.