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:
authorvng <viktor.govako@gmail.com>2011-08-23 14:31:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:22:13 +0300
commit419efca5bd48a9a222dd0814def9fe07ec32d4aa (patch)
tree5715b7be2ace5d3ebfdc62cecc9952be8518a128 /indexer/point_to_int64.hpp
parentf8ca81ca385d3433857596c24aeb94a2561c5db3 (diff)
Forgot to commit defines.
Diffstat (limited to 'indexer/point_to_int64.hpp')
-rw-r--r--indexer/point_to_int64.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indexer/point_to_int64.hpp b/indexer/point_to_int64.hpp
index eac0517c65..947703e712 100644
--- a/indexer/point_to_int64.hpp
+++ b/indexer/point_to_int64.hpp
@@ -5,6 +5,10 @@
#include "../std/utility.hpp"
+
+#define POINT_COORD_BITS 30
+
+
typedef double CoordT;
typedef pair<CoordT, CoordT> CoordPointT;