X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimationplayer.h;h=f4eb0c767c8c660296e35c204588c40f6d7da42e;hp=34a282d6b5bba2f36dce446a243c84b841176714;hb=d093b45975eb03b07680711ce982ad634a50fba3;hpb=5b71f1bf0d152486c0f6fe03c853992c57530369 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