1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Replace IS4Importer with IParkImporter

This commit is contained in:
Ted John
2017-01-30 23:08:04 +00:00
parent 2b045ddb9b
commit 5c1f2f4c43
6 changed files with 18 additions and 17 deletions

View File

@@ -19,7 +19,7 @@
#include "../core/Exception.hpp"
#include "../core/Guard.hpp"
#include "../core/Path.hpp"
#include "../rct1/S4Importer.h"
#include "../ParkImporter.h"
#include "CommandLine.hpp"
extern "C"