start new makefile, migrate to libpicofe
[picodrive.git] / platform / win32 / dsnd.h
diff --git a/platform/win32/dsnd.h b/platform/win32/dsnd.h
deleted file mode 100644 (file)
index 9132bcb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#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
-