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

6 lines
112 B
C

#define TILE_SIZE (20)
#define RAD2DEG (180/3.14159)
#define DEG2RAD (3.14159/180)
#define MOUSE_DISTANCE (32)