import { AABB } from "./resources.ts"; export function aabb_overlap(a: AABB, b: AABB): boolean { return true }