From a8dd445ee3f531a92c6e356ec048f6f6474e9eee Mon Sep 17 00:00:00 2001 From: Kyle K Date: Fri, 1 Jul 2011 22:45:47 -0500 Subject: sdl: split code, update makefile, fix header inclusion --- sdl/gltools.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sdl/gltools.c') diff --git a/sdl/gltools.c b/sdl/gltools.c index 7244f4b..7bc85ef 100644 --- a/sdl/gltools.c +++ b/sdl/gltools.c @@ -6,6 +6,12 @@ * */ +#include +#include +#include +#include +#include +#include "math3d.h" #include "gltools.h" GLint gltWriteTGA(const char *szFileName) -- cgit v1.2.3