diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-09 18:56:30 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-09 18:56:30 +0000 |
commit | b857caf9dae08ba442b22c670db775fcd947a569 (patch) | |
tree | e26cf15cdded617cc0475433dc7d76816342a7aa /src/zexy.h | |
parent | 6632a6c9dcb108d33393e42f61f8f18a05973668 (diff) |
moved "include <math.h>" into zexy.h
svn path=/trunk/externals/zexy/; revision=3150
Diffstat (limited to 'src/zexy.h')
-rw-r--r-- | src/zexy.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36,6 +36,7 @@ #endif #include "m_pd.h" +#include <math.h> #define VERSION "2.0" @@ -46,8 +47,8 @@ # pragma warning( disable : 4305 ) # define HEARTSYMBOL 3 # define STATIC_INLINE -//# define sqrtf sqrt -//# define fabsf fabs +# define sqrtf sqrt +# define fabsf fabs #else # define HEARTSYMBOL 169 # define STATIC_INLINE static |