dos-vga-arena-shooter-game/types.h

4 lines
94 B
C

typedef unsigned char byte;
typedef unsigned short int word;
typedef unsigned long int ulong;