raycast fin

This commit is contained in:
2025-10-05 16:05:57 +01:00
parent c8dfcd857e
commit 628a6c5ade
4 changed files with 64 additions and 39 deletions

View File

@@ -12,5 +12,6 @@ struct AABB
function bool AABB_Collide(AABB a, AABB b);
function bool AABB_Point(AABB a, V2f v);
function bool AABB_Slab(V2f origin, V2f point, AABB a);
#endif // LD_GAME_AABB_H_