X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fparticlesystem.h;h=d11c5c13daaf309f2b3dda963862847d2365924e;hb=16cd01cacbaf3464209695204800f3df65d00ac3;hp=e2a7f1ab588fa12d159506cdea04c28f38e99c5e;hpb=2074a5e3f8167dec24989c008ddadda14687a3a6;p=supertux.git diff --git a/src/particlesystem.h b/src/particlesystem.h index e2a7f1ab5..d11c5c13d 100644 --- a/src/particlesystem.h +++ b/src/particlesystem.h @@ -21,11 +21,17 @@ #define SUPERTUX_PARTICLESYSTEM_H #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; /**