mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07:42 +00:00
Additional addon features for MP3
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
help.endWrap();
|
||||
}
|
||||
|
||||
hecl::SystemString toolName() const override { return _SYS_STR("extract"); }
|
||||
hecl::SystemStringView toolName() const override { return _SYS_STR("extract"sv); }
|
||||
|
||||
static void _recursivePrint(int level, hecl::Database::IDataSpec::ExtractReport& rep) {
|
||||
for (int l = 0; l < level; ++l)
|
||||
|
||||
Reference in New Issue
Block a user