#pragma once #include "global.h" #include "types.h" #include "lib/math.h" struct Sphere { Vec3p pos; int radius; };