#pragma once #include "structs.h" vec3 collisionPointSphere(ray *, sphere *); vec3 collisionQuad(ray *lightray, quad *object);