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

4 lines
94 B
C
Raw Permalink Normal View History

2024-02-15 01:15:55 +00:00
typedef unsigned char byte;
typedef unsigned short int word;
typedef unsigned long int ulong;