summaryrefslogtreecommitdiff
path: root/src/sndobj
diff options
context:
space:
mode:
Diffstat (limited to 'src/sndobj')
-rw-r--r--src/sndobj/Table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sndobj/Table.h b/src/sndobj/Table.h
index f89029b..fd815dc 100644
--- a/src/sndobj/Table.h
+++ b/src/sndobj/Table.h
@@ -29,7 +29,11 @@
#ifndef _TABLE_H
#define _TABLE_H
#include <math.h>
+
+#ifndef TWOPI
const double TWOPI = 8.*atan(1.);
+#endif
+
class Table {
protected: