diff options
author | Morten Hustveit <morten.hustveit@gmail.com> | 2014-12-02 14:43:17 -0500 |
---|---|---|
committer | Morten Hustveit <morten.hustveit@gmail.com> | 2014-12-02 14:43:17 -0500 |
commit | 3d422f2b3d311f1be3658ff1f44d818a99561a66 (patch) | |
tree | d17dc97b62feb3ac73f87e810c6f1395541edb3a /3dmath.c | |
parent | 0ef8e84c082a80354b502b169b6c79fccffa4405 (diff) |
Minor style changes
Diffstat (limited to '3dmath.c')
-rw-r--r-- | 3dmath.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +#include "3dmath.h" + #include <math.h> #define POW2(x) ((x) * (x)) |