Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | pmbaty | 1 | /* |
| 2 | * This file is part of the DXX-Rebirth project <https://www.dxx-rebirth.com/>. |
||
| 3 | * It is copyright by its individual contributors, as recorded in the |
||
| 4 | * project's Git history. See COPYING.txt at the top level for license |
||
| 5 | * terms and a link to the Git history. |
||
| 6 | */ |
||
| 7 | #ifndef _SNDDECOM_H |
||
| 8 | #define _SNDDECOM_H |
||
| 9 | |||
| 10 | #ifdef __cplusplus |
||
| 11 | |||
| 12 | void sound_decompress(unsigned char *data, int size, unsigned char *outp); |
||
| 13 | |||
| 14 | #endif |
||
| 15 | |||
| 16 | #endif |