summaryrefslogtreecommitdiffstats
path: root/balls.h
diff options
context:
space:
mode:
Diffstat (limited to 'balls.h')
-rw-r--r--balls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/balls.h b/balls.h
index 7b68ea1..4af6b9b 100644
--- a/balls.h
+++ b/balls.h
@@ -19,6 +19,7 @@ typedef struct {
double m; /* mass [kg] */
} Ball;
+Vec vadd(Vec v1, Vec v2);
Vec vsub(Vec v1, Vec v2);
Vec vmuls(Vec v, double a);
Vec vdivs(Vec v, double a);