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>2012-10-18 18:34:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:06 +0300
commit2707f783d3092ed8d9f27d4bb3986809c36a335d (patch)
tree43630930d9a177f1faf1a26d925a5f882d7fe545 /platform/platform.hpp
parent73873c693ad5dbcdfc440ce631b831a5e6837e10 (diff)
added Platform::DoSupportRotation and using it in BasicTilingRenderPolicy constructor.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 516ff3f959..2cd0eeac99 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -125,6 +125,8 @@ public:
inline bool IsPro() const { return m_isPro; }
+ bool DoSupportRotation() const;
+
/// @return url for clients to download maps
//@{
string MetaServerUrl() const;