]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/xrletool.inc
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / 16 / xlib / xrletool.inc
1 ;-----------------------------------------------------------------------\r
2 ;\r
3 ; XRLETOOL - Include file\r
4 ;\r
5 ; XRLETOOL.ASM export functions\r
6 ;\r
7 ;\r
8 ;\r
9 ; ****** XLIB - Mode X graphics library                ****************\r
10 ; ******                                               ****************\r
11 ; ****** Written By Themie Gouthas                     ****************\r
12 ;\r
13 ; egg@dstos3.dsto.gov.au\r
14 ; teg@bart.dsto.gov.au\r
15 ;-----------------------------------------------------------------------\r
16 \r
17 \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
23 \r
24          global _RLE_last_buff_offs     :word\r
25          \r
26 \1a