From 623bc61f29839d451061252e1cc93edb013c2f8c Mon Sep 17 00:00:00 2001 From: Anand Swaroop <72886192+Anut-py@users.noreply.github.com> Date: Sat, 9 Mar 2024 03:27:37 -0500 Subject: [PATCH] Add new icons to enum (#381) --- src/raygui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/raygui.h b/src/raygui.h index a83e203..f2a8ae4 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -971,9 +971,9 @@ typedef enum { ICON_FOLDER = 217, ICON_FILE = 218, ICON_SAND_TIMER = 219, - ICON_220 = 220, - ICON_221 = 221, - ICON_222 = 222, + ICON_WARNING = 220, + ICON_HELP_BOX = 221, + ICON_INFO_BOX = 222, ICON_223 = 223, ICON_224 = 224, ICON_225 = 225,