Added comment

This commit is contained in:
Ray
2019-03-26 12:41:51 +01:00
parent 7c9cdd0886
commit ac88a7891e

View File

@ -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)
{