From 4378dcd83d2387534f3b10276365d1003832fe81 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 19 Jun 2021 22:41:05 -0700 Subject: Add cell type conversion mechanism --- core/src/UI/UI.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/UI/UI.hpp') diff --git a/core/src/UI/UI.hpp b/core/src/UI/UI.hpp index 0a80b4c..b0f0a6f 100644 --- a/core/src/UI/UI.hpp +++ b/core/src/UI/UI.hpp @@ -13,6 +13,8 @@ void PopDisabled(); bool Button(const char* label, bool disabled); bool Button(const char* label, const ImVec2& sizeArg, bool disabled); +bool MenuItemConditional(const char* name, bool disabled); + void ErrorIcon(); void ErrorMessage(const char* fmt, ...); void WarningIcon(); -- cgit v1.2.3-70-g09d2