#pragma once #include "Function.h" namespace MbD { class FunctionX : public Function { }; }