#pragma once #include "global.h" #include "types.h" #include "lib/math.h" struct AABB { Vec3p min; Vec3p max; };