diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/graphics.h b/src/graphics.h index 67cae04a..e6dd6b02 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -21,13 +21,13 @@ * $Id$ */ -#ifndef _GRAPHIC_H -#define _GRAPHIC_H +#ifndef _GRAPHICS_H +#define _GRAPHICS_H -#include <SDL.h> -#include <SDL_opengl.h> #include <guichan/sdl.hpp> #include <guichan/opengl.hpp> +#include <SDL.h> +#include <SDL_opengl.h> #include "resources/image.h" extern SDL_Surface *screen; |