X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgui%2Fbutton.cpp;h=2f4580a48d154d40cd28a179af9c7e0739c6a531;hb=f1e15f44f709d6b4fa45e858dc12d7d701ae8ddc;hp=d9f13c301a309136913c8ca03796c344194b8407;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/gui/button.cpp b/src/gui/button.cpp index d9f13c301..2f4580a48 100644 --- a/src/gui/button.cpp +++ b/src/gui/button.cpp @@ -17,20 +17,17 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. - #include #include "SDL.h" #include +#include "main.h" #include "button.h" #include "mousecursor.h" -#include "app/globals.h" #include "video/font.h" #include "video/surface.h" -using namespace SuperTux; - Font* Button::info_font = 0; extern SDL_Surface* screen;