Applied Maik's patches (bugfixes).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1222 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2007-08-24 03:42:59 +00:00
parent affb80811f
commit 96509dd941
3 changed files with 12 additions and 2 deletions

View File

@@ -22,6 +22,10 @@
#ifdef __APPLE__
# include <OpenGL/gl.h>
#else
# ifdef WIN32
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# endif
# include <GL/gl.h>
#endif
#include <SDL/SDL.h>