]> 4ch.mooo.com Git - 16.git/blob - 16/w_modex/XTYPES.HPP
modified: 16/DOS_GFX.EXE
[16.git] / 16 / w_modex / XTYPES.HPP
1 #ifndef XTYPES_HPP\r
2     #define XTYPES_HPP\r
3 \r
4 typedef unsigned char BYTE;\r
5 typedef signed   char SBYTE;\r
6 typedef unsigned char FLAG;\r
7 typedef unsigned short COORD;\r
8 typedef unsigned short DIST;\r
9 \r
10 struct blitbuf {\r
11     DIST xsize;\r
12     DIST ysize;\r
13     BYTE *image;\r
14 };\r
15 \r
16 #endif\r
17 \r