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