error: expected expression
TomieAi opened this issue · 1 comments
TomieAi commented
NOTIFY_INLINE auto set_title(const char* format, ...) -> void { NOTIFY_FORMAT(this->set_title, format); }
NOTIFY_INLINE auto set_content(const char* format, ...) -> void { NOTIFY_FORMAT(this->set_content, format); }
NOTIFY_INLINE auto set_type(const ImGuiToastType& type) -> void { IM_ASSERT(type < ImGuiToastType_COUNT); this->type = type; };
imgui_notify.h:81:66: error: expected expression
this NOTIFY_FORMAT
TomieAi commented
nvm this project is aim for windows xD i just updated it to work on android instead.