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