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

6 lines
112 B
C
Raw Normal View History

2024-02-20 17:51:59 +00:00
#define TILE_SIZE (20)
#define RAD2DEG (180/3.14159)
#define DEG2RAD (3.14159/180)
#define MOUSE_DISTANCE (32)