...
This commit is contained in:
parent
bfc4432023
commit
d9a93e0cec
|
@ -1,5 +1,10 @@
|
||||||
#include "fileDialog.h"
|
#include "fileDialog.h"
|
||||||
#include "ImGuiFileDialog.h"
|
#include "ImGuiFileDialog.h"
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
#pragma GCC diagnostic ignored "-Wcast-function-type"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../../extern/pfd/portable-file-dialogs.h"
|
#include "../../extern/pfd/portable-file-dialogs.h"
|
||||||
|
|
||||||
bool FurnaceGUIFileDialog::openLoad(String header, std::vector<String> filter, String path, double dpiScale) {
|
bool FurnaceGUIFileDialog::openLoad(String header, std::vector<String> filter, String path, double dpiScale) {
|
||||||
|
@ -106,4 +111,4 @@ String FurnaceGUIFileDialog::getFileName() {
|
||||||
} else {
|
} else {
|
||||||
return ImGuiFileDialog::Instance()->GetFilePathName();
|
return ImGuiFileDialog::Instance()->GetFilePathName();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue