diff options
author | Kyle K <kylek389@gmail.com> | 2011-07-03 20:08:17 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-07-03 20:08:17 -0500 |
commit | d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad (patch) | |
tree | 42aa541dc08718768f3462b6b7eb3295c65e4b79 /math3d.c | |
parent | 57f42275ae8083c71f586c9937eac2966a9520f3 (diff) | |
download | OBJLoader-d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad.tar.gz OBJLoader-d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad.tar.bz2 OBJLoader-d6a7bfdeca1b1aa4bc3b283cea17bf7af74db3ad.zip |
tidy up the code
Diffstat (limited to 'math3d.c')
-rw-r--r-- | math3d.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#include <GL/glew.h> +#include <stdio.h> +#include <stdlib.h> #include "math3d.h" void m3dFindNormal(M3DVector3f result, const M3DVector3f point1, |