From a3bbc8408ba851f2260209f60530578b1a30e00b Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 15 Feb 2024 16:21:57 +0100 Subject: [PATCH] Update raygui.h --- src/raygui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raygui.h b/src/raygui.h index a1b40f3..a2a2563 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -142,6 +142,7 @@ * * VERSIONS HISTORY: * 4.1-dev (2024) Current dev version... +* ADDED: guiControlExclusiveMode and guiControlExclusiveRec for exclusive modes * * 4.0 (12-Sep-2023) ADDED: GuiToggleSlider() * ADDED: GuiColorPickerHSV() and GuiColorPanelHSV()