#pragma once // 3rdparty lib includes #include struct BobbyErrorHandler : public virtual espgui::ErrorHandlerInterface { void errorOccurred(std::string &&error) override; };