From 131b0c7a1951abaf0fe6e58250c9d74306bc5518 Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 8 Sep 2013 20:46:40 +0100 Subject: adding ffmpeg-fas --- rotord/src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/utils.h') diff --git a/rotord/src/utils.h b/rotord/src/utils.h index d9df488..a36088b 100644 --- a/rotord/src/utils.h +++ b/rotord/src/utils.h @@ -18,6 +18,7 @@ bool fgreater_or_equal(const float u,const float v); bool fless(const float u,const float v); bool fgreater(const float u,const float v); +//----------------------------------------with thanks to openframeworks template std::string toString(const T& value){ -- cgit v1.2.3