X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fkeyframe.h;h=88e852149570cae1d6e32968a60d73ed9cd6a5b5;hp=7854a928863c86ea7d2a30891d97a3687ac44b22;hb=9e384cddaf641f25ce6714327e1b4fadfea4632d;hpb=8ed377139d48a6fc39eeed9f3494bbe41aed4107 diff --git a/source/keyframe.h b/source/keyframe.h index 7854a928..88e85214 100644 --- a/source/keyframe.h +++ b/source/keyframe.h @@ -30,6 +30,7 @@ public: void rotation(float, float, float, float); void scaling_uniform(float); void scaling(float, float, float); + void transform(); void uniforms(); };