From 17bde044aceadf9484d9ac999e8d4b9b2381f9c8 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 17 Jul 2013 12:09:28 +0100 Subject: rendering timer --- rotord/cvimage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/cvimage.h') diff --git a/rotord/cvimage.h b/rotord/cvimage.h index 7935ded..c73ba70 100644 --- a/rotord/cvimage.h +++ b/rotord/cvimage.h @@ -162,6 +162,7 @@ namespace Rotor { Image & operator*=(const Image &other); Image & add_wrap(const Image &other); Image & alpha_blend(const Image &other); + Image & alpha_blend_old(const Image &other); Image & alpha_merge(const Image &other); Image & operator*=(const float &amount); Image * operator*(const float &amount); -- cgit v1.2.3