GuiLoadStyle method

void GuiLoadStyle(
  1. Pointer<Char> fileName
)

Load style file over global style variable (.rgs)

Implementation

void GuiLoadStyle(Pointer<Char> fileName)
  => _GuiLoadStyle(fileName);