aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-09 18:56:30 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-09 18:56:30 +0000
commitb857caf9dae08ba442b22c670db775fcd947a569 (patch)
treee26cf15cdded617cc0475433dc7d76816342a7aa /src/zexy.h
parent6632a6c9dcb108d33393e42f61f8f18a05973668 (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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/zexy.h b/src/zexy.h
index cb651e9..784f0c0 100644
--- a/src/zexy.h
+++ b/src/zexy.h
@@ -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