From d3a5b3d579e30ce02afd5e270dfdd511af195c31 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 4 Dec 2021 01:37:07 +0100 Subject: Add image --- include/mgui/widget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/mgui/widget.h') diff --git a/include/mgui/widget.h b/include/mgui/widget.h index c831325..ec19a98 100644 --- a/include/mgui/widget.h +++ b/include/mgui/widget.h @@ -9,7 +9,9 @@ typedef struct mgui_widget mgui_widget; typedef enum { MGUI_WIDGET_LIST, - MGUI_WIDGET_BUTTON + MGUI_WIDGET_BUTTON, + MGUI_WIDGET_LABEL, + MGUI_WIDGET_IMAGE } mgui_widget_type; typedef struct { -- cgit v1.2.3