1LZSS_UNPACK_DATA(3) Allegro manual LZSS_UNPACK_DATA(3)
23
4
NAME
6LZSS_UNPACK_DATA - Opaque structure for handling LZSS decompression.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
typedef struct LZSS_UNPACK_DATA
14
DESCRIPTION
16Opaque structure for handling LZSS decompression. Read chapter "File
17and compression routines for a description on how to obtain/use this
18structure.
1920
21
22
SEE ALSO
24create_lzss_unpack_data(3)
2526
27
28
Allegro version 4.2.2 LZSS_UNPACK_DATA(3)