- Added images for ducking big Super Tux.
[supertux.git] / src / scene.h
index 6beaeb6..2c34601 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef SUPERTUX_SCENE_H
 #define SUPERTUX_SCENE_H
 
-#include "texture.h"
-#include "timer.h"
+#include "video/surface.h"
+#include "special/timer.h"
 
 #define FRAME_RATE 10 // 100 Frames per second (10ms)
 
@@ -46,7 +46,6 @@ PlayerStatus::BonusType string_to_bonus(const std::string& str);
 
 extern PlayerStatus player_status;
 
-extern float scroll_x;
 extern unsigned int global_frame_counter;
 
 #endif /*SUPERTUX_SCENE_H*/