furhter improve collision detection by reintroducing time of collision, still more...
[supertux.git] / src / particlesystem.h
index 80b3e73..d11c5c1 100644 (file)
 
 #include <vector>
 
-#include "screen/surface.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;
 
 /**