mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
10
libs/drape_frontend/animation_utils.hpp
Normal file
10
libs/drape_frontend/animation_utils.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "geometry/screenbase.hpp"
|
||||
|
||||
namespace df
|
||||
{
|
||||
|
||||
bool IsAnimationAllowed(double duration, ScreenBase const & screen);
|
||||
|
||||
} // namespace df
|
||||
Reference in New Issue
Block a user