diff options
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index f364105c..0b653875 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -47,11 +47,7 @@ class Graphics; #include "spriteset.h" #include <SDL.h> #include <guichan/sdl.hpp> -#ifdef USE_OPENGL #include <guichan/opengl.hpp> -#endif - -#define TILE_SIZE 32 extern SDL_Surface *screen; extern char speech[255]; |