diff options
Diffstat (limited to 'mm/2s2h/BenGui/UIWidgets.hpp')
| -rw-r--r-- | mm/2s2h/BenGui/UIWidgets.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/2s2h/BenGui/UIWidgets.hpp b/mm/2s2h/BenGui/UIWidgets.hpp index e060c7b5c..e622a5005 100644 --- a/mm/2s2h/BenGui/UIWidgets.hpp +++ b/mm/2s2h/BenGui/UIWidgets.hpp @@ -615,6 +615,7 @@ void PushStyleButton(const ImVec4& color, ImVec2 padding = ImVec2(10.0f, 8.0f)); void PushStyleButton(Colors color = Colors::Gray, ImVec2 padding = ImVec2(10.0f, 8.0f)); void PopStyleButton(); bool Button(const char* label, const ButtonOptions& options = {}); +bool IconButton(const char* strId, const char* icon, const ButtonOptions& options = {}); bool WindowButton(const char* label, const char* cvarName, std::shared_ptr<Ship::GuiWindow> windowPtr, const WindowButtonOptions& options = {}); |
