This commit is contained in:
Vojtech Bubnik
2021-11-11 10:11:03 +01:00
parent 549c98ac88
commit 117302ba22
12 changed files with 29 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ struct GUI_InitParams
std::vector<std::string> input_files;
bool start_as_gcodeviewer;
bool start_as_medical;
};
int GUI_Run(GUI_InitParams &params);