summaryrefslogtreecommitdiff
path: root/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h')
-rw-r--r--audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h b/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h
new file mode 100644
index 000000000000..64ea41d0aa6d
--- /dev/null
+++ b/audio/spiralloops/files/patch-SpiralSound_SpiralInfo.h
@@ -0,0 +1,19 @@
+--- SpiralSound/SpiralInfo.h.orig Wed Nov 22 12:59:01 2006
++++ SpiralSound/SpiralInfo.h Wed Nov 22 13:00:04 2006
+@@ -16,13 +16,15 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+-#include <iostream.h>
++#include <iostream>
+ #include <string>
+ #include <stdlib.h>
+ #include "Sample.h"
+
+ #ifndef SpiralINFO
+ #define SpiralINFO
++
++using namespace std;
+
+ // todo: better place for these util funcs
+ float RandFloat(float s=0.0f, float e=1.0f);