added more cvsignores because scons is placing .sconsign files all over the place :-/
[supertux.git] / lib / app / globals.h
index 246e1ab..39299cd 100644 (file)
 #include "SDL.h"
 
 #include "../video/font.h"
-#include "../gui/menu.h"
-#include "../gui/mousecursor.h"
 
 namespace SuperTux
   {
 
+  class MouseCursor;
+
   extern std::string datadir;
   extern std::string package_symbol_name;
   extern std::string package_name;