|
|
| version 1.1, 2003/10/21 14:57:41 | version 1.2, 2003/10/25 13:52:24 |
|---|---|
| Line 27 void soundmng_stop(void); | Line 27 void soundmng_stop(void); |
| // ---- for windows | // ---- for windows |
| void wavemng_cb(UINT msg, HWAVEOUT hwo, WAVEHDR *whd); | #if defined(WAVEMNG_CBMAIN) |
| void soundmng_cb(UINT msg, HWAVEOUT hwo, WAVEHDR *whd); | |
| #endif | |
| void soundmng_awake(void); | void soundmng_awake(void); |
| #ifdef __cplusplus | #ifdef __cplusplus |