Files
comaps/libs/editor/ui2oh.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

15 lines
304 B
C++

#pragma once
#include "editor/opening_hours_ui.hpp"
namespace osmoh
{
class OpeningHours;
} // namespace osmoh
namespace editor
{
osmoh::OpeningHours MakeOpeningHours(ui::TimeTableSet const & tts);
bool MakeTimeTableSet(osmoh::OpeningHours const & oh, ui::TimeTableSet & tts);
} // namespace editor