Added WIP Geo Layout Exporter and some code cleanups

This commit is contained in:
KiritoDv
2024-01-31 12:05:40 -06:00
committed by Lywx
parent 06134be57a
commit 57f61f8e65
16 changed files with 1400 additions and 1070 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ int main(int argc, char *argv[]) {
bool header = false;
app.require_subcommand();
/* Generate an OTR */
auto otr = app.add_subcommand("otr", "OTR - Generates an otr\n");
@@ -38,9 +38,9 @@ int main(int argc, char *argv[]) {
} else {
instance->Init(ExportType::Binary);
}
if (!folder.empty()) {
Companion::Pack(folder, target);
Companion::Pack(folder, target);
}
});