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