aboutsummaryrefslogtreecommitdiff
path: root/win32/waveout.h
blob: d8c4c3a5aa0c0a00d91453e39a7b07698a979563 (plain)
1
2
3
4
5
6
7
8
9
#ifndef MYON_WAVEOUT_H_INCLUDED
#define MYON_WAVEOUT_H_INCLUDED

#include "soundout.h"

struct sound_state *waveout_init(HWND hwnd, unsigned srate, unsigned sectlen,
                                   sound_callback cbfunc, void *userptr);

#endif // MYON_WAVEOUT_H_INCLUDED