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