X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fscreen.cpp;h=7ceb28ee73cdba134071627a4d25f4f22d1d2457;hb=a21fb5079827ea71ff263a6ad3311b89976b445e;hp=8bc28c8a72193ee9b2da50d1b0e497a178120ba7;hpb=0df5885ece3a2a64bffc73c536296ad47ce1a1d6;p=supertux.git diff --git a/src/video/screen.cpp b/src/video/screen.cpp index 8bc28c8a7..7ceb28ee7 100644 --- a/src/video/screen.cpp +++ b/src/video/screen.cpp @@ -37,15 +37,13 @@ #include "gameconfig.h" #include "screen.h" -#include "app/globals.h" +#include "main.h" #include "video/drawing_context.h" #include "math/vector.h" static const float LOOP_DELAY = 20.0; extern SDL_Surface* screen; -using namespace SuperTux; - /* 'Stolen' from the SDL documentation. * Return the pixel value at (x, y) * NOTE: The surface must be locked before calling this!