#ifndef CONSTS_H #define CONSTS_H #define RES_H 800 #define RES_V 600 #define U_LOC_TIME 1 #define U_LOC_PASS1 2 #define U_LOC_WINDOW 3 #define PI 3.141592653589793 #define PI_2 6.283185307179586 #endif