diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-12-04 01:37:07 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-12-04 01:37:07 +0100 |
commit | d3a5b3d579e30ce02afd5e270dfdd511af195c31 (patch) | |
tree | 7d5aaa9d8289e7f8af2d62f796336f207375b610 /include/mgui/widget.h | |
parent | 9644f3c05b808a3cac3892aae36ffca2cce9357d (diff) |
Add image
Diffstat (limited to 'include/mgui/widget.h')
-rw-r--r-- | include/mgui/widget.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |