mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
WARNING: RENAMED: GetDroppedFiles() to LoadDroppedFiles()
This commit is contained in:
@ -67,7 +67,7 @@ int main(int argc, char *argv[])
|
||||
if (IsFileDropped())
|
||||
{
|
||||
int fileCount = 0;
|
||||
char **droppedFiles = GetDroppedFiles(&fileCount);
|
||||
char **droppedFiles = LoadDroppedFiles(&fileCount);
|
||||
|
||||
if (fileCount == 1)
|
||||
{
|
||||
@ -89,7 +89,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
ClearDroppedFiles();
|
||||
UnloadDroppedFiles();
|
||||
}
|
||||
|
||||
if (btnExport)
|
||||
|
||||
Reference in New Issue
Block a user