#include <observablevalue.hpp> struct Observer { // fields Uint32 id; Callback callback; bool connected { true }; };