1PACKFILE(3) Allegro manual PACKFILE(3)
2
3
4
6 PACKFILE - Packfile structure, similar to the libc FILE structure.
7 Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 typedef struct PACKFILE
14
16 A packfile structure, similar to the libc FILE structure. Read chapter
17 "File and compression routines" for a description on how to obtain/use
18 this structure. Note that prior to version 4.1.18, some internal fields
19 were accidentally documented - but PACKFILE should be treated as an
20 opaque structure, just like the libc FILE type.
21
22
24 pack_fopen(3), pack_fopen_chunk(3), pack_fopen_vtable(3), expackf(3)
25
26
27
28Allegro version 4.4.3 PACKFILE(3)