Large icecrusher sprites also support eye animation, also eyes spin around while...
[supertux.git] / src / gui / button_group.cpp
index 0e910e9..0a2c7ed 100644 (file)
 
 #include "gui/button_group.hpp"
 
-#include "supertux/main.hpp"
+#include "supertux/globals.hpp"
 #include "video/drawing_context.hpp"
 
-extern SDL_Surface* g_screen;
-
 ButtonGroup::ButtonGroup(Vector pos_, Vector buttons_size_, Vector buttons_box_) :
   pos(pos_), 
   buttons_size(buttons_size_),