//#include "../include/Geometry/geometry.h"
//class AABB;
//class Line;

const bool LineAABBIntersect( const class Line &l, const class AABB &b );

