#pragma once #include struct Capability { std::function on_ack; std::function on_nack; };