summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
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]);