|
|
| version 1.5, 2005/02/09 20:11:35 | version 1.6, 2005/02/16 09:31:55 |
|---|---|
| Line 19 void soundmng_stop(void); | Line 19 void soundmng_stop(void); |
| void soundmng_sync(void); | void soundmng_sync(void); |
| void soundmng_setreverse(BOOL reverse); | void soundmng_setreverse(BOOL reverse); |
| BOOL soundmng_pcmplay(UINT num, BOOL loop); | BRESULT soundmng_pcmplay(UINT num, BOOL loop); |
| void soundmng_pcmstop(UINT num); | void soundmng_pcmstop(UINT num); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| Line 29 void soundmng_pcmstop(UINT num); | Line 29 void soundmng_pcmstop(UINT num); |
| // ---- for windows | // ---- for windows |
| BOOL soundmng_initialize(void); | BRESULT soundmng_initialize(void); |
| void soundmng_deinitialize(void); | void soundmng_deinitialize(void); |
| void soundmng_pcmload(UINT num, const OEMCHAR *filename, UINT type); | void soundmng_pcmload(UINT num, const OEMCHAR *filename, UINT type); |