Update UIScene_SkinSelectMenu.cpp

English cm
This commit is contained in:
IsraelProyects 2026-03-03 13:46:23 -07:00 committed by GitHub
parent 5ef03bffb1
commit ecb47a15ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
#include <message_dialog.h>
#endif
#include <fstream>
#include <commdlg.h> // Necesario para GetOpenFileNameW
#include <commdlg.h> // Required for GetOpenFileNameW
#define SKIN_SELECT_PACK_DEFAULT 0
#define SKIN_SELECT_PACK_FAVORITES 1
@ -1866,4 +1866,4 @@ void UIScene_SkinSelectMenu::LoadExternalSkin()
file.close();
}
}
}
}