Skip to content

Commit

Permalink
Support styles loading
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jun 25, 2019
1 parent c972b14 commit a6e4c97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rfxgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ int main(int argc, char *argv[])

SetWindowTitle(FormatText("%s v%s - %s", TOOL_NAME, TOOL_VERSION, GetFileName(droppedFiles[0])));
}
#if defined(VERSION_ONE)
else if (IsFileExtension(droppedFiles[0], ".rgs")) GuiLoadStyle(droppedFiles[0]);
#endif

ClearDroppedFiles();
}
Expand Down

0 comments on commit a6e4c97

Please sign in to comment.