From 2707f783d3092ed8d9f27d4bb3986809c36a335d Mon Sep 17 00:00:00 2001 From: rachytski Date: Thu, 18 Oct 2012 17:34:27 +0300 Subject: added Platform::DoSupportRotation and using it in BasicTilingRenderPolicy constructor. --- platform/platform.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/platform.hpp') 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; -- cgit v1.2.3