]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/XTEXT.INC
added xlib to the project and i gotta convert the damn makefile -.-
[16.git] / 16 / xlib / XTEXT.INC
1 ;-----------------------------------------------------------------------\r
2 ;\r
3 ; XPOINT - Include file\r
4 ;\r
5 ; XPOINT.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_text_init             :proc\r
19          global _x_set_font              :proc\r
20          global _x_char_put              :proc\r
21          global _x_register_userfont     :proc\r
22          global _x_get_char_width        :proc\r
23 \r
24          global _CharHeight              :byte\r
25          global _CharWidth               :byte\r
26          global _FontPtr                 :word:2\r
27          global _FirstChar               :byte\r
28          global _UserFontPtr             :word:2\r
29          global _UserChHeight            :byte\r
30          global _UserChWidth             :byte\r
31          global _UserFirstCh             :byte\r