diff --git a/src/gui/newFilePicker.h b/src/gui/newFilePicker.h index 06fa79b56..319baf99a 100644 --- a/src/gui/newFilePicker.h +++ b/src/gui/newFilePicker.h @@ -33,5 +33,5 @@ class FurnaceFilePicker { public: bool draw(); - bool open(String name); -}; \ No newline at end of file + bool open(String name, String path, bool modal); +};