summaryrefslogtreecommitdiffhomepage
path: root/src/physics.cpp
blob: 23b21e4bda7adcceba6a800f365a7ac6be2d56bc (plain)
1
2
3
4
5
6
7
#include "physics.hpp"
#include <math.h>

namespace Physics {
	//const float gravitational_constant = 6.67e-11;

}