From ac88a7891e89b743166a5203fed409b9729526dc Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 26 Mar 2019 12:41:51 +0100 Subject: [PATCH] Added comment --- src/raygui.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/raygui.h b/src/raygui.h index b0d56d8..dde5c91 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -2842,6 +2842,10 @@ RAYGUIDEF Vector2 GuiGrid(Rectangle bounds, float spacing, int subdivs) return currentCell; } +//---------------------------------------------------------------------------------- +// Styles loading functions +//---------------------------------------------------------------------------------- + // Load raygui style file (.rgs) RAYGUIDEF void GuiLoadStyle(const char *fileName) {