cd: pull in Genesis-Plus-GX CD gfx code
[picodrive.git] / pico / cd / genplus_types.h
1 #undef uint8\r
2 #undef uint16\r
3 #undef uint32\r
4 #undef int8\r
5 #undef int16\r
6 #undef int32\r
7 \r
8 #define uint8  unsigned char\r
9 #define uint16 unsigned short\r
10 #define uint32 unsigned int\r
11 #define int8  signed char\r
12 #define int16 signed short\r
13 #define int32 signed int\r