Let navigate through the worldmap using Tux keys as well.
[supertux.git] / src / door.h
index 4027999..50d0138 100644 (file)
 
 #include <string>
 
+#include "video/surface.h"
 #include "interactive_object.h"
 #include "serializable.h"
-#include "timer.h"
+#include "special/timer.h"
 
+namespace SuperTux {
 class Sprite;
-
 class LispReader;
+}
 
 /** data images */
 #define DOOR_OPENING_TIME 1500