From 9554ca8d63b87624f67f97f96d3251ba0ea84786 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 19 May 2022 13:24:07 +0200 Subject: [PATCH] Update raygui.h --- src/raygui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 7655df0..a2577a2 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -816,7 +816,7 @@ typedef enum { RAYGUI_ICON_253 = 253, RAYGUI_ICON_254 = 254, RAYGUI_ICON_255 = 255, -} guiIconName; +} GuiIconName; #endif #endif