X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fw_modex%2FXTYPES.HPP;fp=16%2Fw_modex%2FXTYPES.HPP;h=1a0d8e69656fd7f9594ff20f9a39408132c9b9bc;hb=fc7d63d3fc9f520cbd6c95ef2e070733dae4400d;hp=0000000000000000000000000000000000000000;hpb=ec9980912cecfec9f20e6b41fb86c6af6af51b0f;p=16.git diff --git a/16/w_modex/XTYPES.HPP b/16/w_modex/XTYPES.HPP new file mode 100644 index 00000000..1a0d8e69 --- /dev/null +++ b/16/w_modex/XTYPES.HPP @@ -0,0 +1,17 @@ +#ifndef XTYPES_HPP + #define XTYPES_HPP + +typedef unsigned char BYTE; +typedef signed char SBYTE; +typedef unsigned char FLAG; +typedef unsigned short COORD; +typedef unsigned short DIST; + +struct blitbuf { + DIST xsize; + DIST ysize; + BYTE *image; +}; + +#endif +