co-maps/libs/editor/ui2oh.hpp
2025-11-22 13:58:55 +01:00

14 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