From cf3aab1e9f11aa457a0cbf28dd5741b73cc8c702 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Sep 2025 12:35:58 +0200 Subject: [PATCH] REVIEWED: Code sections description for consistency --- src/raygui.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/raygui.h b/src/raygui.h index 6999bd5..aa28a8d 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1381,7 +1381,7 @@ static unsigned int *guiIconsPtr = guiIcons; #define RAYGUI_MAX_PROPS_EXTENDED 8 // Maximum number of extended properties //---------------------------------------------------------------------------------- -// Types and Structures Definition +// Module Types and Structures Definition //---------------------------------------------------------------------------------- // Gui control property style color element typedef enum { BORDER = 0, BASE, TEXT, OTHER } GuiPropertyElement; @@ -1497,7 +1497,7 @@ static void DrawRectangleGradientV(int posX, int posY, int width, int height, Co #endif // RAYGUI_STANDALONE //---------------------------------------------------------------------------------- -// Module specific Functions Declaration +// Module Internal Functions Declaration //---------------------------------------------------------------------------------- static void GuiLoadStyleFromMemory(const unsigned char *fileData, int dataSize); // Load style from memory (binary only) @@ -4777,9 +4777,8 @@ int GuiGetTextWidth(const char *text) #endif // !RAYGUI_NO_ICONS //---------------------------------------------------------------------------------- -// Module specific Functions Definition +// Module Internal Functions Definition //---------------------------------------------------------------------------------- - // Load style from memory // WARNING: Binary files only static void GuiLoadStyleFromMemory(const unsigned char *fileData, int dataSize)