#pragma once #include "Integrator.h" namespace MbD { class IntegratorInterface : public Integrator { // public: }; }