]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/XCBITM32.H
added xlib to the project and i gotta convert the damn makefile -.-
[16.git] / 16 / xlib / XCBITM32.H
1 /*-----------------------------------------------------------------------\r
2 ;\r
3 ; XCBITM32 - header file\r
4 ;\r
5 ;   This module was written by Matthew MacKenzie\r
6 ;   matm@eng.umd.edu\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 /* Notice that there is no function in this module to plot a\r
18    compiled bitmap.  Use x_put_cbitmap in module XCBITMAP. */\r
19 \r
20 /* This module is only for 386+ class computers. */\r
21 \r
22 #ifndef _XCBITM32_H_\r
23 #define _XCBITM32_H_\r
24 \r
25 extern int x_compile_bitmap_32 (      /* Compile a linear bitmap to generate  */\r
26                           WORD logical_screen_width, /* machine code to plot it at any */\r
27                           char far * bitmap,      /* required screen coordinates FAST. */\r
28                           char far * output);\r
29 \r
30 extern int x_sizeof_cbitmap_32 (        /* Find the size of the code which a  */\r
31                           WORD logical_screen_width, /* bitmap would result in, if it  */\r
32                           char far * bitmap);  /* were compiled (used for allocation). */\r
33 \r
34 #endif\r