summaryrefslogtreecommitdiff
path: root/plugins/dumb/dumb-kode54/winamp/in_duh.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dumb/dumb-kode54/winamp/in_duh.h')
-rw-r--r--plugins/dumb/dumb-kode54/winamp/in_duh.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/dumb/dumb-kode54/winamp/in_duh.h b/plugins/dumb/dumb-kode54/winamp/in_duh.h
new file mode 100644
index 00000000..38dfe182
--- /dev/null
+++ b/plugins/dumb/dumb-kode54/winamp/in_duh.h
@@ -0,0 +1,40 @@
+/* _______ ____ __ ___ ___
+ * \ _ \ \ / \ / \ \ / / ' ' '
+ * | | \ \ | | || | \/ | . .
+ * | | | | | | || ||\ /| |
+ * | | | | | | || || \/ | | ' ' '
+ * | | | | | | || || | | . .
+ * | |_/ / \ \__// || | |
+ * /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
+ * / \
+ * / . \
+ * in_duh.h - Winamp plug-in header file. / / \ \
+ * | < / \_
+ * By Bob. | \/ /\ /
+ * \_ / > /
+ * | \ / /
+ * | ' /
+ * \__/
+ */
+
+#include <windows.h>
+//#include <mmreg.h>
+//#include <msacm.h>
+#include <math.h>
+
+#include "in2.h"
+
+#include "../include/dumb.h"
+
+
+/******************
+ * Plug in config */
+
+#define VERSION "0.1"
+
+
+#define STREAM_SIZE 576
+#define STREAM_FREQ 44100
+
+
+extern In_Module mod;