]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/XCBITMAP.INC
added xlib to the project and i gotta convert the damn makefile -.-
[16.git] / 16 / xlib / XCBITMAP.INC
1 ;-----------------------------------------------------------------------\r
2 ;\r
3 ; XCBITMAP - Include file\r
4 ; This module was written by Matthew MacKenzie\r
5 ; matm@eng.umd.edu\r
6 ;\r
7 ; XCBITMAP.ASM export functions\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 global _x_compile_bitmap         : proc\r
18 global _x_sizeof_cbitmap         : proc\r
19 global _x_put_cbitmap            : proc\r
20 \r
21 \1a