Welcome to mirror list, hosted at ThFree Co, Russian Federation.

animation_utils.hpp « drape_frontend - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e85c4a60db6b480216d07729eb05c507a15cb0b0 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "geometry/screenbase.hpp"

namespace df
{

bool IsAnimationAllowed(double duration, ScreenBase const & screen);

} // namespace df