#pragma once #include "IndependentVariable.h" namespace MbD { class Time : public IndependentVariable { public: Time(); }; }