summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-04-24 20:55:49 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-04-24 20:55:49 -0300
commit658dd23ba0e7114ceee0c78fb769f31f0aeeee0a (patch)
tree0d7d9f72f6f9eae075baefcb7dc6ea6a73299241 /dat.h
parent15a8758f6a99d18ab481e971c7cdfa0c10b71ff6 (diff)
colisão do mapa
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h1
1 files changed, 1 insertions, 0 deletions
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]);