LD52/src/constants.cc

7 lines
108 B
C++

#include "constants.h"
// standard library includes
#include <cmath>
const float PI_F = std::acos(-1.0F);