ravesli/Chapter_2_Final_Test/constants.hpp

17 lines
212 B
C++
Raw Normal View History

2021-08-09 10:14:45 +00:00
/*
* constants.hpp
*
* Created on: 9 авг. 2021 г.
* Author: alexander
*/
#ifndef CONSTANTS_HPP_
#define CONSTANTS_HPP_
namespace myConstants
{
const float g(9.8);
}
#endif /* CONSTANTS_HPP_ */