Fix for bug #436 - just clear last_menus when set_current(NULL) is called
[supertux.git] / src / gui / mousecursor.hpp
index 49b9e8f..797fe6c 100644 (file)
 
 #include <string>
 
-#include "video/surface.hpp"
+class Surface;
 
 #define MC_STATES_NB 3
+
 enum {
   MC_NORMAL = 0,
   MC_CLICK,