mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-02 20:29:19 -05:00
Added comment
This commit is contained in:
@ -2842,6 +2842,10 @@ RAYGUIDEF Vector2 GuiGrid(Rectangle bounds, float spacing, int subdivs)
|
|||||||
return currentCell;
|
return currentCell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//----------------------------------------------------------------------------------
|
||||||
|
// Styles loading functions
|
||||||
|
//----------------------------------------------------------------------------------
|
||||||
|
|
||||||
// Load raygui style file (.rgs)
|
// Load raygui style file (.rgs)
|
||||||
RAYGUIDEF void GuiLoadStyle(const char *fileName)
|
RAYGUIDEF void GuiLoadStyle(const char *fileName)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user