Forgot to commit defines.

This commit is contained in:
vng 2011-08-23 13:31:31 +03:00 committed by Alex Zolotarev
parent f8ca81ca38
commit 419efca5bd
2 changed files with 4 additions and 2 deletions

View file

@ -9,8 +9,6 @@
#include "../base/start_mem_debug.hpp"
#define POINT_COORD_BITS 30
namespace
{

View file

@ -5,6 +5,10 @@
#include "../std/utility.hpp"
#define POINT_COORD_BITS 30
typedef double CoordT;
typedef pair<CoordT, CoordT> CoordPointT;