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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-03-23 12:07:23 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:59:39 +0300
commit99217961b9986e288b14eb5a5358b181b1bbfd2c (patch)
tree87ea5d3a1a7cfe2b8e5e317ddb496efd7d63d9b5 /drape_frontend/animation_utils.hpp
parentc3963f92e0ad586ecad4aba7332b1ba9ba110f92 (diff)
Tuned instant animation
Diffstat (limited to 'drape_frontend/animation_utils.hpp')
-rw-r--r--drape_frontend/animation_utils.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/drape_frontend/animation_utils.hpp b/drape_frontend/animation_utils.hpp
new file mode 100644
index 0000000000..e85c4a60db
--- /dev/null
+++ b/drape_frontend/animation_utils.hpp
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "geometry/screenbase.hpp"
+
+namespace df
+{
+
+bool IsAnimationAllowed(double duration, ScreenBase const & screen);
+
+} // namespace df