blob: 342c997980cd260b3c82909c61f3a8fe1d891d22 [file] [log] [blame]
void moveToPoint(int, int, int);
extern int ANTGlobalValue;
struct PointStruct {
double x, y;
};
typedef double real_t;
typedef struct {
struct PointStruct topLeft, bottomRight;
} RectStruct;
extern double will_be_private;