the old-new win32 port
[libpicofe.git] / win32 / dsnd.h
diff --git a/win32/dsnd.h b/win32/dsnd.h
new file mode 100644 (file)
index 0000000..9132bcb
--- /dev/null
@@ -0,0 +1,14 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int  DSoundInit(HWND wnd_coop, int rate, int stereo, int seg_samples);
+void DSoundExit(void);
+int  DSoundUpdate(const void *buff, int blocking);
+
+extern short *DSoundNext;
+
+#ifdef __cplusplus
+}
+#endif
+