mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Updated version number
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/*******************************************************************************************
|
||||
*
|
||||
* rGuiStyler v2.0 - raygui Style Editor
|
||||
* rGuiStyler v2.1 - raygui Style Editor
|
||||
*
|
||||
* Compile this program using:
|
||||
* gcc -o rguistyler.exe rguistyler.c external/tinyfiledialogs.c -I..\.. \
|
||||
@ -348,7 +348,7 @@ int main(int argc, char *argv[])
|
||||
const int screenHeight = 640;
|
||||
|
||||
//SetConfigFlags(FLAG_WINDOW_RESIZABLE);
|
||||
InitWindow(screenWidth, screenHeight, "rGuiStyler v2.0 - raygui style editor");
|
||||
InitWindow(screenWidth, screenHeight, "rGuiStyler v2.1 - raygui style editor");
|
||||
SetExitKey(0);
|
||||
|
||||
int dropsCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user