]> 4ch.mooo.com Git - 16.git/blobdiff - 16/ADT2PLAY/typconst.inc
refresh wwww
[16.git] / 16 / ADT2PLAY / typconst.inc
diff --git a/16/ADT2PLAY/typconst.inc b/16/ADT2PLAY/typconst.inc
new file mode 100755 (executable)
index 0000000..dfe27e7
--- /dev/null
@@ -0,0 +1,12 @@
+const
+  BYTE_NULL  = $0ff;
+  WORD_NULL  = $0ffff;
+  DWORD_NULL = $0ffffffff;
+
+type
+  tCHAR8x8  = array[char] of array[0..7] of Byte;
+  tCHAR8x16 = array[char] of array[0..15] of Byte;
+
+type
+  tRGB = Record r,g,b: Byte end;
+  tRGB_PALETTE = array[0..255] of tRGB;