X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fanimate.h;h=50e279c57e67ae618f95bc6ea5efa70efbbbb569;hp=30f0c527b9e952b0da433fa29e4073bd3f44f85e;hb=5b734bb5eeef60ade61d7a3229d09644ebf34d3e;hpb=02613d179c906075a0ad05a3aae46b3811f322aa diff --git a/source/animate.h b/source/animate.h index 30f0c52..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,6 +24,7 @@ public: private: Msp::GL::Placeable *target; + Msp::GL::AnimatedObject *target_obj; const Msp::GL::Animation *anim; bool stacked; Msp::GL::AnimationPlayer *player;