#pragma once #include struct BoundingBox { uint32_t left; uint32_t top; uint32_t right; uint32_t bottom; };