/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
partners_api/opentable_api.hpp
12 строк
176 B
Maxim Pimenov
Got rid of the old style std/ includes for several files, mostly in software_renderer/.
23 сен 2019, 17:03
23 сен 2019, 17:03
cf6549a
Код
Авторство
О чём код?
#pragma once #include <string> namespace opentable { class Api { public: static std::string GetBookTableUrl(std::string const & restaurantId); }; } // namespace opentable