mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-27 02:00:49 +00:00
8 lines
245 B
C
8 lines
245 B
C
|
// Copyright (c) 1993-2011 PrBoom developers (see AUTHORS)
|
||
|
// Licence: GPLv2 or later (see COPYING)
|
||
|
|
||
|
// Convert WAVE files to Doom sound format
|
||
|
|
||
|
// convert wav file to doom sound format
|
||
|
size_t wav_to_doom(void **lumpdata, const char *filename);
|