- More work on scripting interface
[supertux.git] / src / gui / button.cpp
index d9f13c3..2f4580a 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #include <config.h>
 
 #include "SDL.h"
 #include <iostream>
 
+#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;