constants.h
Go to the documentation of this file.
00001 #ifndef CONSTANTS_H
00002 #define CONSTANTS_H
00003 
00004 #include "Coord.h"
00005 
00009 const Coord ERROR_COORD(-1, -1);
00012 const int ERROR_DIST = -1;
00013 
00014 #endif
00015 
 All Classes Files Functions Variables Enumerations Friends