From 0f7d5def595f9b3472aaf70b36f9a9894f882922 Mon Sep 17 00:00:00 2001 From: esquizo Date: Sun, 31 May 2026 18:34:27 -0300 Subject: libphysics: funções de broadphase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libphysics/dat.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libphysics/dat.h') diff --git a/libphysics/dat.h b/libphysics/dat.h index da858c3..035bdcc 100644 --- a/libphysics/dat.h +++ b/libphysics/dat.h @@ -30,9 +30,8 @@ void phxaabbresolv(Body *a, Body *b, vec2 p, vec2 n); int phxenqevent(CollisionEvent *ev); int phxdeqevent(CollisionEvent *ev); -void phxmakeblkmap(void); -BlockmapNode *phxnodelist(float x, float y); - +void __phxbroadphasereset(void); +void __phxbroadphase(int n, BodyID bid[n]); void __phxnarrowphase(int n, TestCollision coll[n]); extern int phxmapwidth, phxmapheight; -- cgit v1.2.3