1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

rename import.h and remove includes

This commit is contained in:
Ted John
2016-04-22 20:14:29 +01:00
parent 25958b0d30
commit a6ca76813d
6 changed files with 7 additions and 23 deletions

View File

@@ -18,27 +18,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#define USE_DEFAULT_VEHICLE 255
#include "addresses.h"
#include "config.h"
#include "editor.h"
#include "game.h"
#include "interface/viewport.h"
#include "interface/window.h"
#include "localisation/localisation.h"
#include "management/finance.h"
#include "object.h"
#include "rct1.h"
#include "ride/ride.h"
#include "scenario.h"
#include "util/sawyercoding.h"
#include "util/util.h"
#include "world/climate.h"
#include "world/footpath.h"
#include "world/map.h"
#include "world/map_animation.h"
#include "world/scenery.h"
bool rct1_read_sc4(const char *path, rct1_s4 *s4)
{

View File

@@ -6,7 +6,7 @@
#include "../core/Path.hpp"
#include "../core/String.hpp"
#include "../core/Util.hpp"
#include "import.h"
#include "Tables.h"
extern "C"
{

View File

@@ -1,7 +1,7 @@
#include "../common.h"
#include "../core/List.hpp"
#include "../core/Util.hpp"
#include "import.h"
#include "Tables.h"
extern "C"
{