mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Sort includes
This commit is contained in:
committed by
Michał Janiszewski
parent
4bc346df2f
commit
1ae2ca54f7
@@ -15,10 +15,10 @@
|
||||
#pragma endregion
|
||||
|
||||
#include "../common.h"
|
||||
#include "Fonts.h"
|
||||
#include "../core/Console.hpp"
|
||||
#include "../core/String.hpp"
|
||||
#include "../localisation/LanguagePack.h"
|
||||
#include "Fonts.h"
|
||||
|
||||
extern "C" {
|
||||
#include "../config.h"
|
||||
|
||||
@@ -14,15 +14,15 @@
|
||||
*****************************************************************************/
|
||||
#pragma endregion
|
||||
|
||||
#include "chat.h"
|
||||
#include "../audio/audio.h"
|
||||
#include "../audio/mixer.h"
|
||||
#include "../interface/themes.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../network/network.h"
|
||||
#include "../platform/platform.h"
|
||||
#include "../util/util.h"
|
||||
#include "../rct2.h"
|
||||
#include "../util/util.h"
|
||||
#include "chat.h"
|
||||
|
||||
bool gChatOpen = false;
|
||||
char _chatCurrentLine[CHAT_MAX_MESSAGE_LENGTH];
|
||||
|
||||
@@ -17,30 +17,30 @@
|
||||
#include <stdarg.h>
|
||||
#include <SDL_scancode.h>
|
||||
|
||||
#include "../drawing/drawing.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../localisation/user.h"
|
||||
#include "../platform/platform.h"
|
||||
#include "../world/park.h"
|
||||
#include "../util/sawyercoding.h"
|
||||
#include "../config.h"
|
||||
#include "../drawing/drawing.h"
|
||||
#include "../game.h"
|
||||
#include "../input.h"
|
||||
#include "../network/twitch.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../localisation/user.h"
|
||||
#include "../management/finance.h"
|
||||
#include "../management/research.h"
|
||||
#include "../network/network.h"
|
||||
#include "../network/twitch.h"
|
||||
#include "../object.h"
|
||||
#include "../object/ObjectManager.h"
|
||||
#include "../object/ObjectRepository.h"
|
||||
#include "../platform/platform.h"
|
||||
#include "../rct2.h"
|
||||
#include "../util/sawyercoding.h"
|
||||
#include "../util/util.h"
|
||||
#include "../world/banner.h"
|
||||
#include "../world/climate.h"
|
||||
#include "../world/park.h"
|
||||
#include "../world/scenery.h"
|
||||
#include "../management/finance.h"
|
||||
#include "../management/research.h"
|
||||
#include "../util/util.h"
|
||||
#include "console.h"
|
||||
#include "window.h"
|
||||
#include "viewport.h"
|
||||
#include "window.h"
|
||||
|
||||
#define CONSOLE_BUFFER_SIZE 8192
|
||||
#define CONSOLE_BUFFER_2_SIZE 256
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
#pragma endregion
|
||||
|
||||
#include "../localisation/string_ids.h"
|
||||
#include "window.h"
|
||||
#include "title_sequences.h"
|
||||
#include "../rct2.h"
|
||||
#include "../title.h"
|
||||
#include "../util/util.h"
|
||||
#include "../rct2.h"
|
||||
#include "title_sequences.h"
|
||||
#include "window.h"
|
||||
|
||||
|
||||
uint16 gCurrentTitleSequence;
|
||||
|
||||
@@ -16,24 +16,24 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "../drawing/drawing.h"
|
||||
#include "../paint/supports.h"
|
||||
#include "../game.h"
|
||||
#include "../input.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../paint/paint.h"
|
||||
#include "../paint/supports.h"
|
||||
#include "../peep/staff.h"
|
||||
#include "../rct2.h"
|
||||
#include "../ride/ride_data.h"
|
||||
#include "../ride/track_data.h"
|
||||
#include "../sprites.h"
|
||||
#include "../world/climate.h"
|
||||
#include "../world/map.h"
|
||||
#include "../world/sprite.h"
|
||||
#include "../world/banner.h"
|
||||
#include "../world/climate.h"
|
||||
#include "../world/entrance.h"
|
||||
#include "../world/footpath.h"
|
||||
#include "../world/map.h"
|
||||
#include "../world/scenery.h"
|
||||
#include "../world/sprite.h"
|
||||
#include "colour.h"
|
||||
#include "../paint/paint.h"
|
||||
#include "viewport.h"
|
||||
#include "window.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user