diff options
Diffstat (limited to 'video.cpp')
-rw-r--r-- | video.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ #include "video.h" -#include <GL/gl.h> -#include <GL/glu.h> +#include "gl.h" SDL_Surface *video::surface = NULL; int video::width = 800; |