diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-05-07 15:15:13 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-05-07 15:15:13 +0100 |
| commit | 2d507172c6d4e267cc1571f197990dee1d217f74 (patch) | |
| tree | f05b8b08fae8f1b512bb04c196fd90fa19df1d66 /rotord/utils.h | |
| parent | 31ba1ab9504c5a4080d9703a37ab3d4f82066037 (diff) | |
succesful render with a dirty hack
Diffstat (limited to 'rotord/utils.h')
| -rw-r--r-- | rotord/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/utils.h b/rotord/utils.h index e9084ff..c0c9752 100644 --- a/rotord/utils.h +++ b/rotord/utils.h @@ -4,3 +4,4 @@ bool fequal(const float u,const float v); bool flessorequal(const float u,const float v); bool fmoreorequal(const float u,const float v); +bool fless(const float u,const float v); |
