Ready copyright notice for clang-format

Clang-format sees the text behind `#pragma region` as code and formats it. Instead of stating the copyright and date there, it's now in the comment block right below it. The text "Copyright" is left in the `#pragma region` line, as clang-format sees it as a single identifier.

I took the opportunity to normalize the dates, and add the copyright notice to the source files where it was missing them (except for third-party and the generated resources.h file).
This commit is contained in:
Hielke Morsink 2018-06-15 14:07:34 +02:00 committed by Michael Steenbeek
parent d28e8a6126
commit 0cf256ac9e
712 changed files with 3218 additions and 7859 deletions

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2/OpenRCT2.h> #include <openrct2/OpenRCT2.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/interface/Cursors.h> #include <openrct2/interface/Cursors.h>
#include "CursorRepository.h" #include "CursorRepository.h"

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <cmath> #include <cmath>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <openrct2/common.h> #include <openrct2/common.h>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <openrct2/audio/AudioContext.h> #include <openrct2/audio/AudioContext.h>
#include <openrct2/Context.h> #include <openrct2/Context.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#ifdef _MSC_VER #ifdef _MSC_VER
int NormalisedMain(int argc, const char * * argv); int NormalisedMain(int argc, const char * * argv);

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#ifdef __ANDROID__ #ifdef __ANDROID__

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#if (defined(__linux__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__EMSCRIPTEN__)) && !defined(__ANDROID__) #if (defined(__linux__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__EMSCRIPTEN__)) && !defined(__ANDROID__)

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#ifdef _WIN32 #ifdef _WIN32

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <algorithm> #include <algorithm>
#include <chrono> #include <chrono>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#if defined(__APPLE__) && defined(__MACH__) #if defined(__APPLE__) && defined(__MACH__)

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <openrct2/ui/WindowManager.h> #include <openrct2/ui/WindowManager.h>
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <openrct2/common.h> #include <openrct2/common.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/common.h> #include <openrct2/common.h>
#include <cmath> #include <cmath>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <openrct2/common.h> #include <openrct2/common.h>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>

View File

@ -1,3 +1,11 @@
/*****************************************************************************
* Copyright (c) 2014-2018 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <algorithm> #include <algorithm>
#include <list> #include <list>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/common.h> #include <openrct2/common.h>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2018 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#include <algorithm> #include <algorithm>
#include <stdexcept> #include <stdexcept>

View File

@ -1,17 +1,10 @@
#pragma region Copyright (c) 2018 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
void RegisterBitmapReader(); void RegisterBitmapReader();

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <cmath> #include <cmath>
#include <vector> #include <vector>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <algorithm> #include <algorithm>
#include <openrct2/common.h> #include <openrct2/common.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef OPENGL_PROC #ifndef OPENGL_PROC
#error "Do not include OpenGLAPIProc.h directly. Include OpenGLAPI.h instead." #error "Do not include OpenGLAPIProc.h directly. Include OpenGLAPI.h instead."

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef DISABLE_OPENGL #ifndef DISABLE_OPENGL

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <cctype> #include <cctype>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2/Editor.h> #include <openrct2/Editor.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/common.h> #include <openrct2/common.h>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by *****************************************************************************/
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <cmath> #include <cmath>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/localisation/Date.h> #include <openrct2/localisation/Date.h>
#include <openrct2/localisation/Localisation.h> #include <openrct2/localisation/Localisation.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#ifndef _GRAPH_H_ #ifndef _GRAPH_H_
#define _GRAPH_H_ #define _GRAPH_H_

View File

@ -1,3 +1,12 @@
/*****************************************************************************
* Copyright (c) 2014-2018 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include <algorithm> #include <algorithm>
#include <cstring> #include <cstring>
#include <openrct2/config/Config.h> #include <openrct2/config/Config.h>

View File

@ -1,3 +1,12 @@
/*****************************************************************************
* Copyright (c) 2014-2018 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma once #pragma once
#include <openrct2/interface/InteractiveConsole.h> #include <openrct2/interface/InteractiveConsole.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2-ui/interface/Dropdown.h> #include <openrct2-ui/interface/Dropdown.h>
#include <openrct2/world/Map.h> #include <openrct2/world/Map.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma warning(disable : 4706) // assignment within conditional expression #pragma warning(disable : 4706) // assignment within conditional expression

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2018 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/core/Math.hpp> #include <openrct2/core/Math.hpp>
#include <openrct2/Editor.h> #include <openrct2/Editor.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2018 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,3 +1,12 @@
/*****************************************************************************
* Copyright (c) 2014-2018 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include <openrct2/audio/audio.h> #include <openrct2/audio/audio.h>
#include <openrct2/config/Config.h> #include <openrct2/config/Config.h>
#include <openrct2/Context.h> #include <openrct2/Context.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2018 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <memory> #include <memory>
#include <openrct2/common.h> #include <openrct2/common.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2018 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#pragma once #pragma once

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/OpenRCT2.h> #include <openrct2/OpenRCT2.h>
#include <openrct2/Context.h> #include <openrct2/Context.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/config/Config.h> #include <openrct2/config/Config.h>
#include <openrct2-ui/interface/Viewport.h> #include <openrct2-ui/interface/Viewport.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <fstream> #include <fstream>
#include <vector> #include <vector>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2018 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/config/Config.h> #include <openrct2/config/Config.h>
#include <openrct2/Context.h> #include <openrct2/Context.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/config/Config.h> #include <openrct2/config/Config.h>
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2/drawing/Drawing.h> #include <openrct2/drawing/Drawing.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2/core/Util.hpp> #include <openrct2/core/Util.hpp>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/interface/Cursors.h> #include <openrct2/interface/Cursors.h>
#include <openrct2/object/DefaultObjects.h> #include <openrct2/object/DefaultObjects.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <algorithm> #include <algorithm>
#include <cctype> #include <cctype>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2-ui/interface/Dropdown.h> #include <openrct2-ui/interface/Dropdown.h>
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/OpenRCT2.h> #include <openrct2/OpenRCT2.h>
#include <openrct2/core/Math.hpp> #include <openrct2/core/Math.hpp>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2/OpenRCT2.h> #include <openrct2/OpenRCT2.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/actions/ParkSetLoanAction.hpp> #include <openrct2/actions/ParkSetLoanAction.hpp>
#include <openrct2/actions/ParkSetResearchFundingAction.hpp> #include <openrct2/actions/ParkSetResearchFundingAction.hpp>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/OpenRCT2.h> #include <openrct2/OpenRCT2.h>
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2-ui/windows/Window.h> #include <openrct2-ui/windows/Window.h>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <cmath> #include <cmath>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -1,18 +1,11 @@
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers
/***************************************************************************** /*****************************************************************************
* OpenRCT2, an open source clone of Roller Coaster Tycoon 2. * Copyright (c) 2014-2018 OpenRCT2 developers
* *
* OpenRCT2 is the work of many authors, a full list can be found in contributors.md * For a complete list of all authors, please refer to contributors.md
* For more information, visit https://github.com/OpenRCT2/OpenRCT2 * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
* *
* OpenRCT2 is free software: you can redistribute it and/or modify * OpenRCT2 is licensed under the GNU General Public License version 3.
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* A full copy of the GNU General Public License can be found in licence.txt
*****************************************************************************/ *****************************************************************************/
#pragma endregion
#include <openrct2/Context.h> #include <openrct2/Context.h>
#include <openrct2/core/Math.hpp> #include <openrct2/core/Math.hpp>

Some files were not shown because too many files have changed in this diff Show More