aboutsummaryrefslogtreecommitdiff
path: root/win32/waveout.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/waveout.h')
-rw-r--r--win32/waveout.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/win32/waveout.h b/win32/waveout.h
index ff33b01..d8c4c3a 100644
--- a/win32/waveout.h
+++ b/win32/waveout.h
@@ -3,11 +3,7 @@
#include "soundout.h"
-struct waveout_state;
-
-struct waveout_state *waveout_init(HWND hwnd, unsigned srate, unsigned sectlen,
+struct sound_state *waveout_init(HWND hwnd, unsigned srate, unsigned sectlen,
sound_callback cbfunc, void *userptr);
-void waveout_delete(struct waveout_state *waveout);
-void waveout_pause(struct waveout_state *waveout, int pause);
#endif // MYON_WAVEOUT_H_INCLUDED