![]() |
![]()
| ![]() |
![]()
NAMEload_voc_pf - Packfile version of load_voc. Allegro game programming library. SYNOPSIS#include <allegro.h> SAMPLE *load_voc_pf(PACKFILE *f); DESCRIPTIONA version of load_voc() 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_voc(3)
|