Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui2oh.hpp « editor - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65b774fd77d9b2b6905e1c7c0c7242dda5da5008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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