X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimate.h;h=50e279c57e67ae618f95bc6ea5efa70efbbbb569;hb=94151737f2983ca7cade5be0e20c98fbc6f11eea;hp=31d1641c97b6ad696acc190fc02aed93e4dac286;hpb=462cb9fc40ae7fec26615c652e95991be89ea8ae;p=libs%2Fdemoscene.git diff --git a/source/animate.h b/source/animate.h index 31d1641..50e279c 100644 --- a/source/animate.h +++ b/source/animate.h @@ -1,6 +1,7 @@ #ifndef MSP_DEMOSCENE_ANIMATE_H_ #define MSP_DEMOSCENE_ANIMATE_H_ +#include #include #include #include "action.h" @@ -23,7 +24,9 @@ public: private: Msp::GL::Placeable *target; + Msp::GL::AnimatedObject *target_obj; const Msp::GL::Animation *anim; + bool stacked; Msp::GL::AnimationPlayer *player; public: