mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
14
libs/editor/ui2oh.hpp
Normal file
14
libs/editor/ui2oh.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user