Saxum/physics.hh

9 lines
114 B
C++
Raw Normal View History

2014-10-20 16:48:20 +00:00
#ifndef PHYSICS_HH_INCLUDED
#define PHYSICS_HH_INCLUDED
2014-10-20 16:39:16 +00:00
class Physics {
public:
Physics();
};
2014-10-20 16:48:20 +00:00
#endif