Saxum/physics.hh
2014-11-07 16:44:12 +01:00

9 lines
114 B
C++

#ifndef PHYSICS_HH_INCLUDED
#define PHYSICS_HH_INCLUDED
class Physics {
public:
Physics();
};
#endif