]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/xclippbm.inc
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / 16 / xlib / xclippbm.inc
1 ;-----------------------------------------------------------------------\r
2 ;\r
3 ; XPBITMAP - Include file\r
4 ;\r
5 ; This module was written by Matthew MacKenzie\r
6 ; matm@eng.umd.edu\r
7 ;\r
8 ; XPBITMAP.ASM export functions\r
9 ;\r
10 ; ****** XLIB - Mode X graphics library                ****************\r
11 ; ******                                               ****************\r
12 ; ****** Written By Themie Gouthas                     ****************\r
13 ;\r
14 ; egg@dstos3.dsto.gov.au\r
15 ; teg@bart.dsto.gov.au\r
16 ;-----------------------------------------------------------------------\r
17 \r
18         global _x_clip_masked_pbm     :proc\r
19         global _x_clip_pbm            :proc\r
20 \r
21         global _LeftBound             :word\r
22         global _RightBound            :word\r
23         global _TopBound              :word\r
24         global _BottomBound           :word\r
25 \r
26 \1a