context menus, document refactoring, fixes

This commit is contained in:
2025-10-26 00:10:44 -04:00
parent 87c2db2a77
commit fe9366f9ef
62 changed files with 2138 additions and 793 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ namespace anm2ed::loader
std::vector<std::string> arguments;
bool isError{};
Loader(int argc, const char** argv);
Loader(int, const char**);
~Loader();
};
}