gl: clear w, h on reinit
[libpicofe.git] / sndout_sdl.h
1 int  sndout_sdl_init(void);
2 int  sndout_sdl_start(int rate, int stereo);
3 void sndout_sdl_stop(void);
4 void sndout_sdl_wait(void);
5 int  sndout_sdl_write_nb(const void *buff, int len);
6 void sndout_sdl_exit(void);
7