GUI: set path when opening file as cmdline arg

This commit is contained in:
tildearrow 2022-02-02 01:14:21 -05:00
parent 26cd33bae6
commit ed15f01697
3 changed files with 30 additions and 0 deletions

View file

@ -396,6 +396,7 @@ class FurnaceGUI {
void bindEngine(DivEngine* eng);
void updateScroll(int amount);
void addScroll(int amount);
void setFileName(String name);
bool loop();
bool finish();
bool init();