aboutsummaryrefslogtreecommitdiff
path: root/win32/wasapiout.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/wasapiout.h')
-rw-r--r--win32/wasapiout.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/wasapiout.h b/win32/wasapiout.h
new file mode 100644
index 0000000..eab9cff
--- /dev/null
+++ b/win32/wasapiout.h
@@ -0,0 +1,10 @@
+#ifndef MYON_WASAPIOUT_H_INCLUDED
+#define MYON_WASAPIOUT_H_INCLUDED
+
+#include "soundout.h"
+
+struct sound_state *wasapi_init(HWND hwnd, unsigned srate, unsigned sectlen,
+ sound_callback cbfunc, void *userptr);
+
+#endif // MYON_WASAPIOUT_H_INCLUDED
+