]> 4ch.mooo.com Git - 16.git/blobdiff - 16/xlib/xpal.inc
added xlib to the project and i gotta convert the damn makefile -.-
[16.git] / 16 / xlib / xpal.inc
diff --git a/16/xlib/xpal.inc b/16/xlib/xpal.inc
new file mode 100755 (executable)
index 0000000..1e8c607
--- /dev/null
@@ -0,0 +1,32 @@
+;-----------------------------------------------------------------------\r
+;\r
+; XPAL - Include file\r
+;\r
+; XPAL.ASM export functions\r
+;\r
+;\r
+;\r
+; ****** XLIB - Mode X graphics library                ****************\r
+; ******                                               ****************\r
+; ****** Written By Themie Gouthas                     ****************\r
+;\r
+; egg@dstos3.dsto.gov.au\r
+; teg@bart.dsto.gov.au\r
+;-----------------------------------------------------------------------\r
+\r
+         global _x_get_pal_struc        :proc\r
+        global _x_get_pal_raw           :proc\r
+\r
+         global _x_put_pal_struc         :proc\r
+        global _x_put_pal_raw           :proc\r
+        global _x_set_rgb               :proc\r
+\r
+         global _x_rot_pal_struc         :proc\r
+        global _x_rot_pal_raw           :proc\r
+\r
+\r
+        global _x_put_contrast_pal_struc:proc\r
+\r
+        global _x_transpose_pal_struc   :proc\r
+\r
+        global _x_cpcontrast_pal_struc  :proc\1a
\ No newline at end of file