mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Added comment
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user