#ifndef MBGL_UTIL_BOX #define MBGL_UTIL_BOX #include namespace mbgl { struct box { vec2 tl, tr, bl, br; vec2 center; }; } #endif