From 3d422f2b3d311f1be3658ff1f44d818a99561a66 Mon Sep 17 00:00:00 2001 From: Morten Hustveit Date: Tue, 2 Dec 2014 14:43:17 -0500 Subject: Minor style changes --- 3dmath.c | 2 ++ 1 file changed, 2 insertions(+) (limited to '3dmath.c') 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 #define POW2(x) ((x) * (x)) -- cgit v1.2.3