![]() |
![]()
| ![]() |
![]()
NAMEload_wav_pf - Packfile version of load_wav. Allegro game programming library. SYNOPSIS#include <allegro.h> SAMPLE *load_wav_pf(PACKFILE *f); DESCRIPTIONA version of load_wav() which reads from a packfile. Example:
RETURN VALUEReturns a pointer to the SAMPLE or NULL on error. Remember to free this sample later to avoid memory leaks. SEE ALSOload_wav(3)
|