Genesis-Plus-GX/source/types.h

14 lines
258 B
C
Raw Normal View History

2011-07-14 00:49:52 +02:00
#undef uint8
#undef uint16
#undef uint32
#undef int8
#undef int16
#undef int32
2011-07-14 00:49:52 +02:00
#define uint8 unsigned char
#define uint16 unsigned short
#define uint32 unsigned int
#define int8 signed char
#define int16 signed short
#define int32 signed int