]> 4ch.mooo.com Git - 16.git/blobdiff - 16/w_modex/XTYPES.HPP
modified: 16/DOS_GFX.EXE
[16.git] / 16 / w_modex / XTYPES.HPP
diff --git a/16/w_modex/XTYPES.HPP b/16/w_modex/XTYPES.HPP
new file mode 100644 (file)
index 0000000..1a0d8e6
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef XTYPES_HPP\r
+    #define XTYPES_HPP\r
+\r
+typedef unsigned char BYTE;\r
+typedef signed   char SBYTE;\r
+typedef unsigned char FLAG;\r
+typedef unsigned short COORD;\r
+typedef unsigned short DIST;\r
+\r
+struct blitbuf {\r
+    DIST xsize;\r
+    DIST ysize;\r
+    BYTE *image;\r
+};\r
+\r
+#endif\r
+\r