diff options
| author | Comment <tim@gray.(none)> | 2013-09-08 20:46:40 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-08 20:46:40 +0100 |
| commit | 131b0c7a1951abaf0fe6e58250c9d74306bc5518 (patch) | |
| tree | 8ca11565f44bb351b59e666e48dbfdd1faa3afb8 /rotord/src/utils.h | |
| parent | 1ff03ea63d79549db86422837f47916a42f23eb9 (diff) | |
adding ffmpeg-fas
Diffstat (limited to 'rotord/src/utils.h')
| -rw-r--r-- | rotord/src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <class T> std::string toString(const T& value){ |
