X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2Fdsnd.h;fp=platform%2Fwin32%2Fdsnd.h;h=0000000000000000000000000000000000000000;hb=e743be2070a13d14cae39a55b815b62b0edb6776;hp=9132bcb8f5b2ddaeb3d05484b2ffc4a9e59f9ffd;hpb=4685e5a10e388a9a07f1b11c3c14cce6e4e8ef5b;p=picodrive.git diff --git a/platform/win32/dsnd.h b/platform/win32/dsnd.h deleted file mode 100644 index 9132bcb..0000000 --- a/platform/win32/dsnd.h +++ /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 -