![]() |
![]()
| ![]() |
![]()
NAMEPACKFILE_VTABLE - Packfile vtable structure, for custom packfiles. Allegro game programming library. SYNOPSIS#include <allegro.h> typedef struct PACKFILE_VTABLE DESCRIPTION
This is the vtable which must be provided for custom packfiles, which then can read from and write to wherever you like (eg. files in memory). You should provide all the entries of the vtable, even if they are empty stubs doing nothing, to avoid Allegro (or you) calling a NULL method at some point. SEE ALSOpack_fopen_vtable(3), expackf(3)
|