gl: clear w, h on reinit
[libpicofe.git] / win32 / dsnd.h
CommitLineData
8ced8d2b 1#ifdef __cplusplus
2extern "C" {
3#endif
4
5int DSoundInit(HWND wnd_coop, int rate, int stereo, int seg_samples);
6void DSoundExit(void);
7int DSoundUpdate(const void *buff, int blocking);
8
9extern short *DSoundNext;
10
11#ifdef __cplusplus
12}
13#endif
14