forked from organicmaps/organicmaps-tmp
10 lines
154 B
C++
10 lines
154 B
C++
#pragma once
|
|
|
|
#include "geometry/screenbase.hpp"
|
|
|
|
namespace df
|
|
{
|
|
|
|
bool IsAnimationAllowed(double duration, ScreenBase const & screen);
|
|
|
|
} // namespace df
|