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: 1cf223514c71ff62e8f369c316710b3b089c5ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include "editor/opening_hours_ui.hpp"

#include "std/string.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