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

Move get_file_extension_type to FileClassifier.h

This commit is contained in:
Ted John
2017-07-28 18:35:07 +01:00
parent 2ec0df1f3d
commit 0d1d4960c1
9 changed files with 50 additions and 27 deletions

View File

@@ -20,6 +20,7 @@
#include "../core/Exception.hpp"
#include "../core/Guard.hpp"
#include "../core/Path.hpp"
#include "../FileClassifier.h"
#include "../ParkImporter.h"
#include "../rct2/S6Exporter.h"
#include "CommandLine.hpp"