From 658dd23ba0e7114ceee0c78fb769f31f0aeeee0a Mon Sep 17 00:00:00 2001 From: esquizo Date: Fri, 24 Apr 2026 20:55:49 -0300 Subject: colisão do mapa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dat.h') diff --git a/dat.h b/dat.h index e862217..f0e4283 100644 --- a/dat.h +++ b/dat.h @@ -5,3 +5,4 @@ typedef struct { } Body; int checkcollision(Body *b1, Body *b2); +void resolvecoll(Body *b1, Body *b2, float p[2]); -- cgit v1.2.3