X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimatedobject.h;h=3f8487ba323768e51b292550abf5296579c16b53;hb=7c1315191bc96298d1664f80fa3e2cb5a34339fa;hp=acec4322af1d08ee15c755fe1cdea9368c9af41e;hpb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;p=libs%2Fgl.git diff --git a/source/animatedobject.h b/source/animatedobject.h index acec4322..3f8487ba 100644 --- a/source/animatedobject.h +++ b/source/animatedobject.h @@ -1,6 +1,7 @@ #ifndef MSP_GL_ANIMATEDOBJECT_H_ #define MSP_GL_ANIMATEDOBJECT_H_ +#include #include "matrix.h" #include "objectinstance.h" @@ -15,6 +16,7 @@ class AnimatedObject: public ObjectInstance { private: Matrix matrix; + std::vector pose_data; ProgramData *shdata; public: