build-level2 tool

This commit is contained in:
Hat Kid
2023-10-16 17:30:04 +02:00
parent b7a91dc29f
commit f8c294442d
3 changed files with 28 additions and 2 deletions
+1
View File
@@ -102,6 +102,7 @@ MakeSystem::MakeSystem(const std::optional<REPL::Config> repl_config, const std:
add_tool<SubtitleTool>();
add_tool<SubtitleV2Tool>();
add_tool<BuildLevelTool>();
add_tool<BuildLevel2Tool>();
}
/*!