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:
authorAlex Zolotarev <alex@mapswithme.com>2013-08-30 01:43:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:00:38 +0300
commitc404de86ac966bc575b6c0000952876243bfde18 (patch)
treeff4b5488904eff4e1153f9c5c01ebf5dbf444c23 /indexer/drules_include.hpp
parenta052f0d6674443fb7ece10bbf8b67877d02edcc9 (diff)
- Load only binary styles in every configuration
- Removed world file without search index from repo
Diffstat (limited to 'indexer/drules_include.hpp')
-rw-r--r--indexer/drules_include.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/indexer/drules_include.hpp b/indexer/drules_include.hpp
new file mode 100644
index 0000000000..476c937cf1
--- /dev/null
+++ b/indexer/drules_include.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "../std/target_os.hpp"
+
+#ifdef OMIM_OS_DESKTOP
+ #include "drules_struct.pb.h"
+#else
+ #include "drules_struct_lite.pb.h"
+#endif