1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Move S4Importer to cpp and only expose interface

This commit is contained in:
Ted John
2016-09-08 21:31:46 +01:00
parent 5d09dbd24c
commit e4b53630ed
3 changed files with 1398 additions and 1445 deletions

View File

@@ -108,7 +108,7 @@ exitcode_t CommandLine::HandleCommandConvert(CommandLineArgEnumerator * enumerat
if (sourceFileType == FILE_EXTENSION_SV4 ||
sourceFileType == FILE_EXTENSION_SC4)
{
auto s4Importer = new S4Importer();
auto s4Importer = CreateS4Importer();
try
{
if (sourceFileType == FILE_EXTENSION_SC4)