summaryrefslogtreecommitdiff
path: root/3dmath.c
diff options
context:
space:
mode:
authorMorten Hustveit <morten.hustveit@gmail.com>2014-12-02 14:43:17 -0500
committerMorten Hustveit <morten.hustveit@gmail.com>2014-12-02 14:43:17 -0500
commit3d422f2b3d311f1be3658ff1f44d818a99561a66 (patch)
treed17dc97b62feb3ac73f87e810c6f1395541edb3a /3dmath.c
parent0ef8e84c082a80354b502b169b6c79fccffa4405 (diff)
Minor style changes
Diffstat (limited to '3dmath.c')
-rw-r--r--3dmath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/3dmath.c b/3dmath.c
index eb9c4a8..ece6f83 100644
--- a/3dmath.c
+++ b/3dmath.c
@@ -1,3 +1,5 @@
+#include "3dmath.h"
+
#include <math.h>
#define POW2(x) ((x) * (x))