[studio/applib] Cleanup
This commit is contained in:
parent
d06412a6fe
commit
d54853a8b5
@ -79,15 +79,6 @@ ox::Error run(
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct StudioOptions {
|
|
||||||
ox::String appName;
|
|
||||||
ox::String projectDataDir;
|
|
||||||
};
|
|
||||||
|
|
||||||
ox::Error run(StudioOptions &&opts, int argc = 0, const char **argv = nullptr) {
|
|
||||||
return run(opts.appName, opts.projectDataDir, argc, argv);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace olympic {
|
namespace olympic {
|
||||||
|
Loading…
Reference in New Issue
Block a user