#pragma once #include "ircmsg.hpp" #include #include struct Event { virtual ~Event() = default; bool handled_ = false; };