summaryrefslogtreecommitdiff
path: root/libphysics/dat.h
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-31 18:34:27 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-31 18:34:27 -0300
commit0f7d5def595f9b3472aaf70b36f9a9894f882922 (patch)
treeda640759fa1513ea18971ec5e747c5dee7390767 /libphysics/dat.h
parent86e64f00ad1452c0a2e528d37d169b8eb125e299 (diff)
libphysics: funções de broadphase
Diffstat (limited to 'libphysics/dat.h')
-rw-r--r--libphysics/dat.h5
1 files changed, 2 insertions, 3 deletions
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;