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 #pragma once
8 
9 #ifdef __cplusplus
10 
11 void mveaudio_uncompress(short *buffer, const unsigned char *data);
12 
13 #endif
14