summaryrefslogtreecommitdiff
path: root/3dmath.c
diff options
context:
space:
mode:
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))