#ifndef box_H #define box_H /* Last edited on 2021-08-18 12:53:20 by stolfi */ /* From Y. Matsuzake's {cviewer.c} */ #include typedef struct box_t { rf3_t position; rf3_t sides; } box_t; #endif