Files
comaps/libs/drape_frontend/animation_utils.hpp
Konstantin Pastbin bfffa1fff4 Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-08-17 14:32:37 +07:00

11 lines
155 B
C++

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