#ifndef GEOH #define GEOH #include #include ".geo.C" #define POLYGON 0 #define LINE 1 typedef struct { double top,left,bottom,right; } FloatRect; typedef struct { long top,left,bottom,right; } IntRect; #endif