This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/drape_frontend/animation_utils.hpp
2016-03-23 16:59:39 +03:00

10 lines
154 B
C++

#pragma once
#include "geometry/screenbase.hpp"
namespace df
{
bool IsAnimationAllowed(double duration, ScreenBase const & screen);
} // namespace df