mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Fix rebase errors
This commit is contained in:
@@ -334,7 +334,6 @@ twitch_configuration gConfigTwitch;
|
||||
network_configuration gConfigNetwork;
|
||||
notification_configuration gConfigNotifications;
|
||||
font_configuration gConfigFonts;
|
||||
title_sequences_configuration gConfigTitleSequences;
|
||||
|
||||
static bool config_open(const utf8string path);
|
||||
static bool config_save(const utf8string path);
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "../localisation/string_ids.h"
|
||||
#include "../rct2.h"
|
||||
#include "../title.h"
|
||||
#include "../title/TitleScreen.h"
|
||||
#include "../title/TitleSequence.h"
|
||||
#include "../title/TitleSequenceManager.h"
|
||||
#include "../util/util.h"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../OpenRCT2.h"
|
||||
#include "../rct2.h"
|
||||
#include "../title.h"
|
||||
#include "../title/TitleScreen.h"
|
||||
#include "../util/util.h"
|
||||
#include "../world/climate.h"
|
||||
#include "platform.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <SDL.h>
|
||||
#include "drawing/drawing.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user