dos-vga-arena-shooter-game/types.h
2024-02-14 20:15:55 -05:00

4 lines
94 B
C

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