/* * constants.hpp * * Created on: 9 авг. 2021 г. * Author: alexander */ #ifndef CONSTANTS_HPP_ #define CONSTANTS_HPP_ namespace myConstants { const float g(9.8); } #endif /* CONSTANTS_HPP_ */