#ifndef MY_GRAPHICS_DEFS typedef struct { float x,y; } point ; typedef struct { point e1, e2; } line; #define ZERO 0.000001; #define MY_GRAPHICS_DEFS #endif