fix tux jumping always full height
[supertux.git] / src / particlesystem.h
index e27930e..d11c5c1 100644 (file)
 
 #include <vector>
 
-#include "screen/texture.h"
-#include "game_object.h"
+#include "video/surface.h"
+#include "special/game_object.h"
 #include "serializable.h"
 
+using namespace SuperTux;
+
+namespace SuperTux {
 class LispReader;
+}
+
 class DisplayManager;
 
 /**