X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimationplayer.h;h=f4eb0c767c8c660296e35c204588c40f6d7da42e;hp=34a282d6b5bba2f36dce446a243c84b841176714;hb=975162f86071985913b59a835d38046e1c271594;hpb=dfc784f7acd3132e5fcb9c43c0bda638df3b52f2 diff --git a/source/animationplayer.h b/source/animationplayer.h index 34a282d6..f4eb0c76 100644 --- a/source/animationplayer.h +++ b/source/animationplayer.h @@ -69,6 +69,7 @@ public: private: bool tick_single(ObjectSlot &, const Time::TimeDelta &); bool tick_stacked(ObjectSlot &, const Time::TimeDelta &); + static void set_object_uniform(AnimatedObject &, const std::string &, const KeyFrame::AnimatedUniform &); }; } // namespace GL