1LZSS_PACK_DATA(3) Allegro manual LZSS_PACK_DATA(3)
23
4
NAME
6LZSS_PACK_DATA - Opaque structure for handling LZSS compression. Alle‐
7gro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
typedef struct LZSS_PACK_DATA
14
DESCRIPTION
16Opaque structure for handling LZSS compression. Read chapter "File and
17compression routines for a description on how to obtain/use this struc‐
18ture.
1920
SEE ALSO
22create_lzss_pack_data(3)
2324
25
26
Allegro version 4.4.3 LZSS_PACK_DATA(3)