X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fparticlesystem.h;h=d11c5c13daaf309f2b3dda963862847d2365924e;hb=55a19b5e43db960fc04773eb7f22edd86eac0e6c;hp=e27930e3193290dada547c3ff367db330f530030;hpb=308f11e38981077626fe0ea9887094f3c28b02f9;p=supertux.git diff --git a/src/particlesystem.h b/src/particlesystem.h index e27930e31..d11c5c13d 100644 --- a/src/particlesystem.h +++ b/src/particlesystem.h @@ -22,11 +22,16 @@ #include -#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; /**