#pragma once #include "func_open_base.hpp" #include "func_open_factory.hpp" #include "func_wrapper.hpp" namespace Func2 { using Open = FuncWrapper; }