diff options
| author | Simon <simon@hardwired.org.uk> | 2010-08-26 11:20:39 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-08-26 11:20:39 (GMT) |
| commit | 2e9edbd99ac05d37c3db22a8b8e984b8cddbdda0 (patch) | |
| tree | fc274dd604e3c3476c3e9229262890422c31a721 /utils.h | |
| parent | 72a1d17fe42ccc74ac25328dcd272b7a2bf6856c (diff) | |
| download | powder-2e9edbd99ac05d37c3db22a8b8e984b8cddbdda0.zip powder-2e9edbd99ac05d37c3db22a8b8e984b8cddbdda0.tar.gz | |
Remove utils.c
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/utils.h b/utils.h deleted file mode 100644 index 71c1df0..0000000 --- a/utils.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef UTILS_H -#define UTILS_H - -//Signum function -#ifdef WIN32 -_inline int sign(float i); -#else -inline int sign(float i); -#endif - -#ifdef WIN32 -_inline unsigned clamp_flt(float f, float min, float max); -#else -inline unsigned clamp_flt(float f, float min, float max); -#endif - -#ifdef WIN32 -_inline float restrict_flt(float f, float min, float max); -#else -inline float restrict_flt(float f, float min, float max); -#endif - -#endif
\ No newline at end of file |
