#pragma once #include "common.hpp" #include "engine/Port.hpp" namespace rack { struct Output : Port { }; } // namespace rack