libretro-prboom/data/rd_sound.h

8 lines
245 B
C
Raw Normal View History

2012-05-12 20:26:23 +00:00
// 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);