#include "boss/fsm.hpp" namespace boss { FSM::FSM() { } void event(Event ev, std::any data={}) { (void)ev; (void)data; } }