1 ;-----------------------------------------------------------------------
\r
3 ; XRLETOOL - Include file
\r
5 ; XRLETOOL.ASM export functions
\r
9 ; ****** XLIB - Mode X graphics library ****************
\r
10 ; ****** ****************
\r
11 ; ****** Written By Themie Gouthas ****************
\r
13 ; egg@dstos3.dsto.gov.au
\r
14 ; teg@bart.dsto.gov.au
\r
15 ;-----------------------------------------------------------------------
\r
18 global _x_buff_RLEncode :proc
\r
19 global _x_buff_RLE_size :proc
\r
20 global _x_buff_RLDecode :proc
\r
21 global _x_file_RLEncode :proc
\r
22 global _x_file_RLDecode :proc
\r
24 global _RLE_last_buff_offs :word
\r