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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-04-27 16:11:06 +0300
committerIlya Zverev <ilya@zverev.info>2018-04-27 16:24:42 +0300
commit531389165278edef3a16e8a749b28981a8170a1c (patch)
treeab6d23f3190b54a9cd88262998e0918b74af5787 /defines.hpp
parentb6daae63396b78b4ce5f9c85379d2678a49d14f4 (diff)
[generator] added possibility to exclude some booking hotels
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index c9043c3b18..bcc9c5abd6 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -102,4 +102,6 @@
#define LOCALIZATION_DESCRIPTION_SUFFIX " Description"
+#define BOOKING_EXCLUDED_FILE "booking_excluded.txt"
+
auto constexpr kInvalidRatingValue = -1.0f;