forked from organicmaps/organicmaps
Forgot to commit defines.
This commit is contained in:
parent
f8ca81ca38
commit
419efca5bd
2 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,6 @@
|
|||
#include "../base/start_mem_debug.hpp"
|
||||
|
||||
|
||||
#define POINT_COORD_BITS 30
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
|
||||
#include "../std/utility.hpp"
|
||||
|
||||
|
||||
#define POINT_COORD_BITS 30
|
||||
|
||||
|
||||
typedef double CoordT;
|
||||
typedef pair<CoordT, CoordT> CoordPointT;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue