From 349163837a5899f92dd2af7ed15db2edadee90cf Mon Sep 17 00:00:00 2001 From: Peter Gaal Date: Sun, 13 Sep 2020 22:15:38 +0100 Subject: [PATCH] Rename /src/OpenLoco folder (#624) --- openloco.sln | 2 +- src/{openloco => OpenLoco}/Audio/Audio.cpp | 0 src/{openloco => OpenLoco}/Audio/Audio.h | 0 src/{openloco => OpenLoco}/Audio/Channel.cpp | 0 src/{openloco => OpenLoco}/Audio/Channel.h | 0 src/{openloco => OpenLoco}/Audio/MusicChannel.cpp | 0 src/{openloco => OpenLoco}/Audio/MusicChannel.h | 0 src/{openloco => OpenLoco}/Audio/VehicleChannel.cpp | 0 src/{openloco => OpenLoco}/Audio/VehicleChannel.h | 0 src/{openloco => OpenLoco}/Company.cpp | 0 src/{openloco => OpenLoco}/Company.h | 0 src/{openloco => OpenLoco}/CompanyManager.cpp | 0 src/{openloco => OpenLoco}/CompanyManager.h | 0 src/{openloco => OpenLoco}/Config.cpp | 0 src/{openloco => OpenLoco}/Config.h | 0 src/{openloco => OpenLoco}/ConfigConvert.hpp | 0 src/{openloco => OpenLoco}/Console.cpp | 0 src/{openloco => OpenLoco}/Console.h | 0 src/{openloco => OpenLoco}/Core/FileSystem.hpp | 0 src/{openloco => OpenLoco}/Core/Optional.hpp | 0 src/{openloco => OpenLoco}/Date.cpp | 0 src/{openloco => OpenLoco}/Date.h | 0 src/{openloco => OpenLoco}/Drawing/SoftwareDrawingEngine.cpp | 0 src/{openloco => OpenLoco}/Drawing/SoftwareDrawingEngine.h | 0 src/{openloco => OpenLoco}/Environment.cpp | 0 src/{openloco => OpenLoco}/Environment.h | 0 src/{openloco => OpenLoco}/GameCommands.cpp | 0 src/{openloco => OpenLoco}/GameCommands.h | 0 src/{openloco => OpenLoco}/Graphics/Colour.cpp | 0 src/{openloco => OpenLoco}/Graphics/Colour.h | 0 src/{openloco => OpenLoco}/Graphics/Gfx.cpp | 0 src/{openloco => OpenLoco}/Graphics/Gfx.h | 0 src/{openloco => OpenLoco}/Graphics/ImageIds.h | 0 src/{openloco => OpenLoco}/Graphics/Types.h | 0 src/{openloco => OpenLoco}/Gui.cpp | 0 src/{openloco => OpenLoco}/Gui.h | 0 src/{openloco => OpenLoco}/Industry.cpp | 0 src/{openloco => OpenLoco}/Industry.h | 0 src/{openloco => OpenLoco}/IndustryManager.cpp | 0 src/{openloco => OpenLoco}/IndustryManager.h | 0 src/{openloco => OpenLoco}/Input.cpp | 0 src/{openloco => OpenLoco}/Input.h | 0 src/{openloco => OpenLoco}/Input/Keyboard.cpp | 0 src/{openloco => OpenLoco}/Input/MouseInput.cpp | 0 src/{openloco => OpenLoco}/Input/Shortcut.h | 0 src/{openloco => OpenLoco}/Input/ShortcutManager.cpp | 0 src/{openloco => OpenLoco}/Input/ShortcutManager.h | 0 src/{openloco => OpenLoco}/Interop/Hook.cpp | 0 src/{openloco => OpenLoco}/Interop/Hooks.cpp | 0 src/{openloco => OpenLoco}/Interop/Interop.cpp | 0 src/{openloco => OpenLoco}/Interop/Interop.hpp | 0 src/{openloco => OpenLoco}/Intro.cpp | 0 src/{openloco => OpenLoco}/Intro.h | 0 src/{openloco => OpenLoco}/Localisation/ArgsWrapper.hpp | 0 src/{openloco => OpenLoco}/Localisation/Conversion.cpp | 0 src/{openloco => OpenLoco}/Localisation/Conversion.h | 0 src/{openloco => OpenLoco}/Localisation/FormatArguments.hpp | 0 src/{openloco => OpenLoco}/Localisation/LanguageFiles.cpp | 0 src/{openloco => OpenLoco}/Localisation/LanguageFiles.h | 0 src/{openloco => OpenLoco}/Localisation/Languages.cpp | 0 src/{openloco => OpenLoco}/Localisation/Languages.h | 0 src/{openloco => OpenLoco}/Localisation/StringIds.h | 0 src/{openloco => OpenLoco}/Localisation/StringManager.cpp | 0 src/{openloco => OpenLoco}/Localisation/StringManager.h | 0 src/{openloco => OpenLoco}/Localisation/Unicode.cpp | 0 src/{openloco => OpenLoco}/Localisation/Unicode.h | 0 src/{openloco => OpenLoco}/Management/Expenditures.h | 0 src/{openloco => OpenLoco}/Map/SurfaceTile.cpp | 0 src/{openloco => OpenLoco}/Map/Tile.cpp | 0 src/{openloco => OpenLoco}/Map/Tile.h | 0 src/{openloco => OpenLoco}/Map/TileLoop.hpp | 0 src/{openloco => OpenLoco}/Map/TileManager.cpp | 0 src/{openloco => OpenLoco}/Map/TileManager.h | 0 src/{openloco => OpenLoco}/Message.h | 0 src/{openloco => OpenLoco}/MessageManager.cpp | 0 src/{openloco => OpenLoco}/MessageManager.h | 0 src/{openloco => OpenLoco}/MultiPlayer.cpp | 0 src/{openloco => OpenLoco}/MultiPlayer.h | 0 src/{openloco => OpenLoco}/NatvisFile.natvis | 0 src/{openloco => OpenLoco}/Objects/AirportObject.h | 0 src/{openloco => OpenLoco}/Objects/BridgeObject.h | 0 src/{openloco => OpenLoco}/Objects/BuildingObject.h | 0 src/{openloco => OpenLoco}/Objects/CargoObject.h | 0 src/{openloco => OpenLoco}/Objects/CompetitorObject.h | 0 src/{openloco => OpenLoco}/Objects/CurrencyObject.h | 0 src/{openloco => OpenLoco}/Objects/DockObject.h | 0 src/{openloco => OpenLoco}/Objects/IndustryObject.cpp | 0 src/{openloco => OpenLoco}/Objects/IndustryObject.h | 0 src/{openloco => OpenLoco}/Objects/InterfaceSkinObject.h | 0 src/{openloco => OpenLoco}/Objects/LandObject.h | 0 src/{openloco => OpenLoco}/Objects/ObjectManager.cpp | 0 src/{openloco => OpenLoco}/Objects/ObjectManager.h | 0 src/{openloco => OpenLoco}/Objects/RoadExtraObject.h | 0 src/{openloco => OpenLoco}/Objects/RoadObject.h | 0 src/{openloco => OpenLoco}/Objects/RoadStationObject.h | 0 src/{openloco => OpenLoco}/Objects/ScenarioTextObject.h | 0 src/{openloco => OpenLoco}/Objects/SoundObject.h | 0 src/{openloco => OpenLoco}/Objects/SteamObject.h | 0 src/{openloco => OpenLoco}/Objects/TrackExtraObject.h | 0 src/{openloco => OpenLoco}/Objects/TrackObject.h | 0 src/{openloco => OpenLoco}/Objects/TrainSignalObject.h | 0 src/{openloco => OpenLoco}/Objects/TrainStationObject.h | 0 src/{openloco => OpenLoco}/Objects/TreeObject.h | 0 src/{openloco => OpenLoco}/Objects/VehicleObject.h | 0 src/{openloco => OpenLoco}/Objects/WallObject.h | 0 src/{openloco => OpenLoco}/Objects/WaterObject.h | 0 src/{openloco => OpenLoco}/OpenLoco.cpp | 0 src/{openloco => OpenLoco}/OpenLoco.h | 0 src/{openloco => OpenLoco}/Platform/Platform.Macos.mm | 0 src/{openloco => OpenLoco}/Platform/Platform.Posix.cpp | 0 src/{openloco => OpenLoco}/Platform/Platform.Windows.cpp | 0 src/{openloco => OpenLoco}/Platform/Platform.h | 0 src/{openloco => OpenLoco}/ProgressBar.cpp | 0 src/{openloco => OpenLoco}/ProgressBar.h | 0 src/{openloco => OpenLoco}/S5/S5.cpp | 0 src/{openloco => OpenLoco}/S5/S5.h | 0 src/{openloco => OpenLoco}/Scenario.cpp | 0 src/{openloco => OpenLoco}/Scenario.h | 0 src/{openloco => OpenLoco}/ScenarioManager.cpp | 0 src/{openloco => OpenLoco}/ScenarioManager.h | 0 src/{openloco => OpenLoco}/Station.cpp | 0 src/{openloco => OpenLoco}/Station.h | 0 src/{openloco => OpenLoco}/StationManager.cpp | 0 src/{openloco => OpenLoco}/StationManager.h | 0 src/{openloco => OpenLoco}/Things/CreateVehicle.cpp | 0 src/{openloco => OpenLoco}/Things/Misc.cpp | 0 src/{openloco => OpenLoco}/Things/Misc.h | 0 src/{openloco => OpenLoco}/Things/Thing.cpp | 0 src/{openloco => OpenLoco}/Things/Thing.h | 0 src/{openloco => OpenLoco}/Things/ThingManager.cpp | 0 src/{openloco => OpenLoco}/Things/ThingManager.h | 0 src/{openloco => OpenLoco}/Things/Vehicle.cpp | 0 src/{openloco => OpenLoco}/Things/Vehicle.h | 0 src/{openloco => OpenLoco}/Title.cpp | 0 src/{openloco => OpenLoco}/Title.h | 0 src/{openloco => OpenLoco}/Town.cpp | 0 src/{openloco => OpenLoco}/Town.h | 0 src/{openloco => OpenLoco}/TownManager.cpp | 0 src/{openloco => OpenLoco}/TownManager.h | 0 src/{openloco => OpenLoco}/TrackData.cpp | 0 src/{openloco => OpenLoco}/TrackData.h | 0 src/{openloco => OpenLoco}/Tutorial.cpp | 0 src/{openloco => OpenLoco}/Tutorial.h | 0 src/{openloco => OpenLoco}/Types.hpp | 0 src/{openloco => OpenLoco}/Ui.cpp | 0 src/{openloco => OpenLoco}/Ui.h | 0 src/{openloco => OpenLoco}/Ui/Dropdown.cpp | 0 src/{openloco => OpenLoco}/Ui/Dropdown.h | 0 src/{openloco => OpenLoco}/Ui/Rect.h | 0 src/{openloco => OpenLoco}/Ui/Screenshot.cpp | 0 src/{openloco => OpenLoco}/Ui/Screenshot.h | 0 src/{openloco => OpenLoco}/Ui/ScrollView.cpp | 0 src/{openloco => OpenLoco}/Ui/ScrollView.h | 0 src/{openloco => OpenLoco}/Ui/ViewportInteraction.cpp | 0 src/{openloco => OpenLoco}/Ui/WindowManager.cpp | 0 src/{openloco => OpenLoco}/Ui/WindowManager.h | 0 src/{openloco => OpenLoco}/Ui/WindowType.h | 0 src/{openloco => OpenLoco}/Utility/Collection.hpp | 0 src/{openloco => OpenLoco}/Utility/Numeric.cpp | 0 src/{openloco => OpenLoco}/Utility/Numeric.hpp | 0 src/{openloco => OpenLoco}/Utility/Prng.hpp | 0 src/{openloco => OpenLoco}/Utility/Stream.hpp | 0 src/{openloco => OpenLoco}/Utility/String.cpp | 0 src/{openloco => OpenLoco}/Utility/String.hpp | 0 src/{openloco => OpenLoco}/Utility/Yaml.hpp | 0 src/{openloco => OpenLoco}/Version.cpp | 0 src/{openloco => OpenLoco}/Viewport.cpp | 0 src/{openloco => OpenLoco}/Viewport.hpp | 0 src/{openloco => OpenLoco}/ViewportManager.cpp | 0 src/{openloco => OpenLoco}/ViewportManager.h | 0 src/{openloco => OpenLoco}/Widget.cpp | 0 src/{openloco => OpenLoco}/Widget.h | 0 src/{openloco => OpenLoco}/Win32.h | 0 src/{openloco => OpenLoco}/Window.cpp | 0 src/{openloco => OpenLoco}/Window.h | 0 src/{openloco => OpenLoco}/Windows/About.cpp | 0 src/{openloco => OpenLoco}/Windows/AboutMusic.cpp | 0 src/{openloco => OpenLoco}/Windows/BuildVehicle.cpp | 0 src/{openloco => OpenLoco}/Windows/CompanyFaceSelection.cpp | 0 src/{openloco => OpenLoco}/Windows/CompanyList.cpp | 0 src/{openloco => OpenLoco}/Windows/CompanyWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/Construction/Common.cpp | 0 src/{openloco => OpenLoco}/Windows/Construction/Construction.h | 0 .../Windows/Construction/ConstructionTab.cpp | 0 src/{openloco => OpenLoco}/Windows/Construction/OverheadTab.cpp | 0 src/{openloco => OpenLoco}/Windows/Construction/SignalTab.cpp | 0 src/{openloco => OpenLoco}/Windows/Construction/StationTab.cpp | 0 src/{openloco => OpenLoco}/Windows/EditKeyboardShortcut.cpp | 0 src/{openloco => OpenLoco}/Windows/IndustryList.cpp | 0 src/{openloco => OpenLoco}/Windows/IndustryWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/KeyboardShortcuts.cpp | 0 src/{openloco => OpenLoco}/Windows/LandscapeGeneration.cpp | 0 .../Windows/LandscapeGenerationConfirm.cpp | 0 src/{openloco => OpenLoco}/Windows/Map.cpp | 0 src/{openloco => OpenLoco}/Windows/MessageWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/MusicSelection.cpp | 0 src/{openloco => OpenLoco}/Windows/News/Common.cpp | 0 src/{openloco => OpenLoco}/Windows/News/News.cpp | 0 src/{openloco => OpenLoco}/Windows/News/News.h | 0 src/{openloco => OpenLoco}/Windows/News/Ticker.cpp | 0 src/{openloco => OpenLoco}/Windows/ObjectSelectionWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/Options.cpp | 0 src/{openloco => OpenLoco}/Windows/PlayerInfoPanel.cpp | 0 src/{openloco => OpenLoco}/Windows/PromptBrowseWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/PromptOkCancelWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/ScenarioOptions.cpp | 0 src/{openloco => OpenLoco}/Windows/StationList.cpp | 0 src/{openloco => OpenLoco}/Windows/StationWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/TerraForm.cpp | 0 src/{openloco => OpenLoco}/Windows/TextInputWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/TimePanel.cpp | 0 src/{openloco => OpenLoco}/Windows/TitleExit.cpp | 0 src/{openloco => OpenLoco}/Windows/TitleLogo.cpp | 0 src/{openloco => OpenLoco}/Windows/TitleMenu.cpp | 0 src/{openloco => OpenLoco}/Windows/TitleOptions.cpp | 0 src/{openloco => OpenLoco}/Windows/TitleVersion.cpp | 0 src/{openloco => OpenLoco}/Windows/ToolTip.cpp | 0 src/{openloco => OpenLoco}/Windows/ToolbarBottomEditor.cpp | 0 src/{openloco => OpenLoco}/Windows/ToolbarTop.cpp | 0 src/{openloco => OpenLoco}/Windows/ToolbarTopAlt.cpp | 0 src/{openloco => OpenLoco}/Windows/ToolbarTopCommon.cpp | 0 src/{openloco => OpenLoco}/Windows/ToolbarTopCommon.h | 0 src/{openloco => OpenLoco}/Windows/TownList.cpp | 0 src/{openloco => OpenLoco}/Windows/TownWindow.cpp | 0 src/{openloco => OpenLoco}/Windows/Vehicle.cpp | 0 src/{openloco => OpenLoco}/Windows/VehicleList.cpp | 0 src/{openloco => OpenLoco}/Windows/error.cpp | 0 227 files changed, 1 insertion(+), 1 deletion(-) rename src/{openloco => OpenLoco}/Audio/Audio.cpp (100%) rename src/{openloco => OpenLoco}/Audio/Audio.h (100%) rename src/{openloco => OpenLoco}/Audio/Channel.cpp (100%) rename src/{openloco => OpenLoco}/Audio/Channel.h (100%) rename src/{openloco => OpenLoco}/Audio/MusicChannel.cpp (100%) rename src/{openloco => OpenLoco}/Audio/MusicChannel.h (100%) rename src/{openloco => OpenLoco}/Audio/VehicleChannel.cpp (100%) rename src/{openloco => OpenLoco}/Audio/VehicleChannel.h (100%) rename src/{openloco => OpenLoco}/Company.cpp (100%) rename src/{openloco => OpenLoco}/Company.h (100%) rename src/{openloco => OpenLoco}/CompanyManager.cpp (100%) rename src/{openloco => OpenLoco}/CompanyManager.h (100%) rename src/{openloco => OpenLoco}/Config.cpp (100%) rename src/{openloco => OpenLoco}/Config.h (100%) rename src/{openloco => OpenLoco}/ConfigConvert.hpp (100%) rename src/{openloco => OpenLoco}/Console.cpp (100%) rename src/{openloco => OpenLoco}/Console.h (100%) rename src/{openloco => OpenLoco}/Core/FileSystem.hpp (100%) rename src/{openloco => OpenLoco}/Core/Optional.hpp (100%) rename src/{openloco => OpenLoco}/Date.cpp (100%) rename src/{openloco => OpenLoco}/Date.h (100%) rename src/{openloco => OpenLoco}/Drawing/SoftwareDrawingEngine.cpp (100%) rename src/{openloco => OpenLoco}/Drawing/SoftwareDrawingEngine.h (100%) rename src/{openloco => OpenLoco}/Environment.cpp (100%) rename src/{openloco => OpenLoco}/Environment.h (100%) rename src/{openloco => OpenLoco}/GameCommands.cpp (100%) rename src/{openloco => OpenLoco}/GameCommands.h (100%) rename src/{openloco => OpenLoco}/Graphics/Colour.cpp (100%) rename src/{openloco => OpenLoco}/Graphics/Colour.h (100%) rename src/{openloco => OpenLoco}/Graphics/Gfx.cpp (100%) rename src/{openloco => OpenLoco}/Graphics/Gfx.h (100%) rename src/{openloco => OpenLoco}/Graphics/ImageIds.h (100%) rename src/{openloco => OpenLoco}/Graphics/Types.h (100%) rename src/{openloco => OpenLoco}/Gui.cpp (100%) rename src/{openloco => OpenLoco}/Gui.h (100%) rename src/{openloco => OpenLoco}/Industry.cpp (100%) rename src/{openloco => OpenLoco}/Industry.h (100%) rename src/{openloco => OpenLoco}/IndustryManager.cpp (100%) rename src/{openloco => OpenLoco}/IndustryManager.h (100%) rename src/{openloco => OpenLoco}/Input.cpp (100%) rename src/{openloco => OpenLoco}/Input.h (100%) rename src/{openloco => OpenLoco}/Input/Keyboard.cpp (100%) rename src/{openloco => OpenLoco}/Input/MouseInput.cpp (100%) rename src/{openloco => OpenLoco}/Input/Shortcut.h (100%) rename src/{openloco => OpenLoco}/Input/ShortcutManager.cpp (100%) rename src/{openloco => OpenLoco}/Input/ShortcutManager.h (100%) rename src/{openloco => OpenLoco}/Interop/Hook.cpp (100%) rename src/{openloco => OpenLoco}/Interop/Hooks.cpp (100%) rename src/{openloco => OpenLoco}/Interop/Interop.cpp (100%) rename src/{openloco => OpenLoco}/Interop/Interop.hpp (100%) rename src/{openloco => OpenLoco}/Intro.cpp (100%) rename src/{openloco => OpenLoco}/Intro.h (100%) rename src/{openloco => OpenLoco}/Localisation/ArgsWrapper.hpp (100%) rename src/{openloco => OpenLoco}/Localisation/Conversion.cpp (100%) rename src/{openloco => OpenLoco}/Localisation/Conversion.h (100%) rename src/{openloco => OpenLoco}/Localisation/FormatArguments.hpp (100%) rename src/{openloco => OpenLoco}/Localisation/LanguageFiles.cpp (100%) rename src/{openloco => OpenLoco}/Localisation/LanguageFiles.h (100%) rename src/{openloco => OpenLoco}/Localisation/Languages.cpp (100%) rename src/{openloco => OpenLoco}/Localisation/Languages.h (100%) rename src/{openloco => OpenLoco}/Localisation/StringIds.h (100%) rename src/{openloco => OpenLoco}/Localisation/StringManager.cpp (100%) rename src/{openloco => OpenLoco}/Localisation/StringManager.h (100%) rename src/{openloco => OpenLoco}/Localisation/Unicode.cpp (100%) rename src/{openloco => OpenLoco}/Localisation/Unicode.h (100%) rename src/{openloco => OpenLoco}/Management/Expenditures.h (100%) rename src/{openloco => OpenLoco}/Map/SurfaceTile.cpp (100%) rename src/{openloco => OpenLoco}/Map/Tile.cpp (100%) rename src/{openloco => OpenLoco}/Map/Tile.h (100%) rename src/{openloco => OpenLoco}/Map/TileLoop.hpp (100%) rename src/{openloco => OpenLoco}/Map/TileManager.cpp (100%) rename src/{openloco => OpenLoco}/Map/TileManager.h (100%) rename src/{openloco => OpenLoco}/Message.h (100%) rename src/{openloco => OpenLoco}/MessageManager.cpp (100%) rename src/{openloco => OpenLoco}/MessageManager.h (100%) rename src/{openloco => OpenLoco}/MultiPlayer.cpp (100%) rename src/{openloco => OpenLoco}/MultiPlayer.h (100%) rename src/{openloco => OpenLoco}/NatvisFile.natvis (100%) rename src/{openloco => OpenLoco}/Objects/AirportObject.h (100%) rename src/{openloco => OpenLoco}/Objects/BridgeObject.h (100%) rename src/{openloco => OpenLoco}/Objects/BuildingObject.h (100%) rename src/{openloco => OpenLoco}/Objects/CargoObject.h (100%) rename src/{openloco => OpenLoco}/Objects/CompetitorObject.h (100%) rename src/{openloco => OpenLoco}/Objects/CurrencyObject.h (100%) rename src/{openloco => OpenLoco}/Objects/DockObject.h (100%) rename src/{openloco => OpenLoco}/Objects/IndustryObject.cpp (100%) rename src/{openloco => OpenLoco}/Objects/IndustryObject.h (100%) rename src/{openloco => OpenLoco}/Objects/InterfaceSkinObject.h (100%) rename src/{openloco => OpenLoco}/Objects/LandObject.h (100%) rename src/{openloco => OpenLoco}/Objects/ObjectManager.cpp (100%) rename src/{openloco => OpenLoco}/Objects/ObjectManager.h (100%) rename src/{openloco => OpenLoco}/Objects/RoadExtraObject.h (100%) rename src/{openloco => OpenLoco}/Objects/RoadObject.h (100%) rename src/{openloco => OpenLoco}/Objects/RoadStationObject.h (100%) rename src/{openloco => OpenLoco}/Objects/ScenarioTextObject.h (100%) rename src/{openloco => OpenLoco}/Objects/SoundObject.h (100%) rename src/{openloco => OpenLoco}/Objects/SteamObject.h (100%) rename src/{openloco => OpenLoco}/Objects/TrackExtraObject.h (100%) rename src/{openloco => OpenLoco}/Objects/TrackObject.h (100%) rename src/{openloco => OpenLoco}/Objects/TrainSignalObject.h (100%) rename src/{openloco => OpenLoco}/Objects/TrainStationObject.h (100%) rename src/{openloco => OpenLoco}/Objects/TreeObject.h (100%) rename src/{openloco => OpenLoco}/Objects/VehicleObject.h (100%) rename src/{openloco => OpenLoco}/Objects/WallObject.h (100%) rename src/{openloco => OpenLoco}/Objects/WaterObject.h (100%) rename src/{openloco => OpenLoco}/OpenLoco.cpp (100%) rename src/{openloco => OpenLoco}/OpenLoco.h (100%) rename src/{openloco => OpenLoco}/Platform/Platform.Macos.mm (100%) rename src/{openloco => OpenLoco}/Platform/Platform.Posix.cpp (100%) rename src/{openloco => OpenLoco}/Platform/Platform.Windows.cpp (100%) rename src/{openloco => OpenLoco}/Platform/Platform.h (100%) rename src/{openloco => OpenLoco}/ProgressBar.cpp (100%) rename src/{openloco => OpenLoco}/ProgressBar.h (100%) rename src/{openloco => OpenLoco}/S5/S5.cpp (100%) rename src/{openloco => OpenLoco}/S5/S5.h (100%) rename src/{openloco => OpenLoco}/Scenario.cpp (100%) rename src/{openloco => OpenLoco}/Scenario.h (100%) rename src/{openloco => OpenLoco}/ScenarioManager.cpp (100%) rename src/{openloco => OpenLoco}/ScenarioManager.h (100%) rename src/{openloco => OpenLoco}/Station.cpp (100%) rename src/{openloco => OpenLoco}/Station.h (100%) rename src/{openloco => OpenLoco}/StationManager.cpp (100%) rename src/{openloco => OpenLoco}/StationManager.h (100%) rename src/{openloco => OpenLoco}/Things/CreateVehicle.cpp (100%) rename src/{openloco => OpenLoco}/Things/Misc.cpp (100%) rename src/{openloco => OpenLoco}/Things/Misc.h (100%) rename src/{openloco => OpenLoco}/Things/Thing.cpp (100%) rename src/{openloco => OpenLoco}/Things/Thing.h (100%) rename src/{openloco => OpenLoco}/Things/ThingManager.cpp (100%) rename src/{openloco => OpenLoco}/Things/ThingManager.h (100%) rename src/{openloco => OpenLoco}/Things/Vehicle.cpp (100%) rename src/{openloco => OpenLoco}/Things/Vehicle.h (100%) rename src/{openloco => OpenLoco}/Title.cpp (100%) rename src/{openloco => OpenLoco}/Title.h (100%) rename src/{openloco => OpenLoco}/Town.cpp (100%) rename src/{openloco => OpenLoco}/Town.h (100%) rename src/{openloco => OpenLoco}/TownManager.cpp (100%) rename src/{openloco => OpenLoco}/TownManager.h (100%) rename src/{openloco => OpenLoco}/TrackData.cpp (100%) rename src/{openloco => OpenLoco}/TrackData.h (100%) rename src/{openloco => OpenLoco}/Tutorial.cpp (100%) rename src/{openloco => OpenLoco}/Tutorial.h (100%) rename src/{openloco => OpenLoco}/Types.hpp (100%) rename src/{openloco => OpenLoco}/Ui.cpp (100%) rename src/{openloco => OpenLoco}/Ui.h (100%) rename src/{openloco => OpenLoco}/Ui/Dropdown.cpp (100%) rename src/{openloco => OpenLoco}/Ui/Dropdown.h (100%) rename src/{openloco => OpenLoco}/Ui/Rect.h (100%) rename src/{openloco => OpenLoco}/Ui/Screenshot.cpp (100%) rename src/{openloco => OpenLoco}/Ui/Screenshot.h (100%) rename src/{openloco => OpenLoco}/Ui/ScrollView.cpp (100%) rename src/{openloco => OpenLoco}/Ui/ScrollView.h (100%) rename src/{openloco => OpenLoco}/Ui/ViewportInteraction.cpp (100%) rename src/{openloco => OpenLoco}/Ui/WindowManager.cpp (100%) rename src/{openloco => OpenLoco}/Ui/WindowManager.h (100%) rename src/{openloco => OpenLoco}/Ui/WindowType.h (100%) rename src/{openloco => OpenLoco}/Utility/Collection.hpp (100%) rename src/{openloco => OpenLoco}/Utility/Numeric.cpp (100%) rename src/{openloco => OpenLoco}/Utility/Numeric.hpp (100%) rename src/{openloco => OpenLoco}/Utility/Prng.hpp (100%) rename src/{openloco => OpenLoco}/Utility/Stream.hpp (100%) rename src/{openloco => OpenLoco}/Utility/String.cpp (100%) rename src/{openloco => OpenLoco}/Utility/String.hpp (100%) rename src/{openloco => OpenLoco}/Utility/Yaml.hpp (100%) rename src/{openloco => OpenLoco}/Version.cpp (100%) rename src/{openloco => OpenLoco}/Viewport.cpp (100%) rename src/{openloco => OpenLoco}/Viewport.hpp (100%) rename src/{openloco => OpenLoco}/ViewportManager.cpp (100%) rename src/{openloco => OpenLoco}/ViewportManager.h (100%) rename src/{openloco => OpenLoco}/Widget.cpp (100%) rename src/{openloco => OpenLoco}/Widget.h (100%) rename src/{openloco => OpenLoco}/Win32.h (100%) rename src/{openloco => OpenLoco}/Window.cpp (100%) rename src/{openloco => OpenLoco}/Window.h (100%) rename src/{openloco => OpenLoco}/Windows/About.cpp (100%) rename src/{openloco => OpenLoco}/Windows/AboutMusic.cpp (100%) rename src/{openloco => OpenLoco}/Windows/BuildVehicle.cpp (100%) rename src/{openloco => OpenLoco}/Windows/CompanyFaceSelection.cpp (100%) rename src/{openloco => OpenLoco}/Windows/CompanyList.cpp (100%) rename src/{openloco => OpenLoco}/Windows/CompanyWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Construction/Common.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Construction/Construction.h (100%) rename src/{openloco => OpenLoco}/Windows/Construction/ConstructionTab.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Construction/OverheadTab.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Construction/SignalTab.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Construction/StationTab.cpp (100%) rename src/{openloco => OpenLoco}/Windows/EditKeyboardShortcut.cpp (100%) rename src/{openloco => OpenLoco}/Windows/IndustryList.cpp (100%) rename src/{openloco => OpenLoco}/Windows/IndustryWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/KeyboardShortcuts.cpp (100%) rename src/{openloco => OpenLoco}/Windows/LandscapeGeneration.cpp (100%) rename src/{openloco => OpenLoco}/Windows/LandscapeGenerationConfirm.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Map.cpp (100%) rename src/{openloco => OpenLoco}/Windows/MessageWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/MusicSelection.cpp (100%) rename src/{openloco => OpenLoco}/Windows/News/Common.cpp (100%) rename src/{openloco => OpenLoco}/Windows/News/News.cpp (100%) rename src/{openloco => OpenLoco}/Windows/News/News.h (100%) rename src/{openloco => OpenLoco}/Windows/News/Ticker.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ObjectSelectionWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Options.cpp (100%) rename src/{openloco => OpenLoco}/Windows/PlayerInfoPanel.cpp (100%) rename src/{openloco => OpenLoco}/Windows/PromptBrowseWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/PromptOkCancelWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ScenarioOptions.cpp (100%) rename src/{openloco => OpenLoco}/Windows/StationList.cpp (100%) rename src/{openloco => OpenLoco}/Windows/StationWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TerraForm.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TextInputWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TimePanel.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TitleExit.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TitleLogo.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TitleMenu.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TitleOptions.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TitleVersion.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ToolTip.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ToolbarBottomEditor.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ToolbarTop.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ToolbarTopAlt.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ToolbarTopCommon.cpp (100%) rename src/{openloco => OpenLoco}/Windows/ToolbarTopCommon.h (100%) rename src/{openloco => OpenLoco}/Windows/TownList.cpp (100%) rename src/{openloco => OpenLoco}/Windows/TownWindow.cpp (100%) rename src/{openloco => OpenLoco}/Windows/Vehicle.cpp (100%) rename src/{openloco => OpenLoco}/Windows/VehicleList.cpp (100%) rename src/{openloco => OpenLoco}/Windows/error.cpp (100%) diff --git a/openloco.sln b/openloco.sln index 883b23bf..4b622071 100644 --- a/openloco.sln +++ b/openloco.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27130.2010 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openloco", "src\openloco\openloco.vcxproj", "{42A6B551-4EC5-4B66-A130-628622CD98C4}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openloco", "src\OpenLoco\openloco.vcxproj", "{42A6B551-4EC5-4B66-A130-628622CD98C4}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D35A17D9-494B-43DB-8008-B47DC58227DD}" EndProject diff --git a/src/openloco/Audio/Audio.cpp b/src/OpenLoco/Audio/Audio.cpp similarity index 100% rename from src/openloco/Audio/Audio.cpp rename to src/OpenLoco/Audio/Audio.cpp diff --git a/src/openloco/Audio/Audio.h b/src/OpenLoco/Audio/Audio.h similarity index 100% rename from src/openloco/Audio/Audio.h rename to src/OpenLoco/Audio/Audio.h diff --git a/src/openloco/Audio/Channel.cpp b/src/OpenLoco/Audio/Channel.cpp similarity index 100% rename from src/openloco/Audio/Channel.cpp rename to src/OpenLoco/Audio/Channel.cpp diff --git a/src/openloco/Audio/Channel.h b/src/OpenLoco/Audio/Channel.h similarity index 100% rename from src/openloco/Audio/Channel.h rename to src/OpenLoco/Audio/Channel.h diff --git a/src/openloco/Audio/MusicChannel.cpp b/src/OpenLoco/Audio/MusicChannel.cpp similarity index 100% rename from src/openloco/Audio/MusicChannel.cpp rename to src/OpenLoco/Audio/MusicChannel.cpp diff --git a/src/openloco/Audio/MusicChannel.h b/src/OpenLoco/Audio/MusicChannel.h similarity index 100% rename from src/openloco/Audio/MusicChannel.h rename to src/OpenLoco/Audio/MusicChannel.h diff --git a/src/openloco/Audio/VehicleChannel.cpp b/src/OpenLoco/Audio/VehicleChannel.cpp similarity index 100% rename from src/openloco/Audio/VehicleChannel.cpp rename to src/OpenLoco/Audio/VehicleChannel.cpp diff --git a/src/openloco/Audio/VehicleChannel.h b/src/OpenLoco/Audio/VehicleChannel.h similarity index 100% rename from src/openloco/Audio/VehicleChannel.h rename to src/OpenLoco/Audio/VehicleChannel.h diff --git a/src/openloco/Company.cpp b/src/OpenLoco/Company.cpp similarity index 100% rename from src/openloco/Company.cpp rename to src/OpenLoco/Company.cpp diff --git a/src/openloco/Company.h b/src/OpenLoco/Company.h similarity index 100% rename from src/openloco/Company.h rename to src/OpenLoco/Company.h diff --git a/src/openloco/CompanyManager.cpp b/src/OpenLoco/CompanyManager.cpp similarity index 100% rename from src/openloco/CompanyManager.cpp rename to src/OpenLoco/CompanyManager.cpp diff --git a/src/openloco/CompanyManager.h b/src/OpenLoco/CompanyManager.h similarity index 100% rename from src/openloco/CompanyManager.h rename to src/OpenLoco/CompanyManager.h diff --git a/src/openloco/Config.cpp b/src/OpenLoco/Config.cpp similarity index 100% rename from src/openloco/Config.cpp rename to src/OpenLoco/Config.cpp diff --git a/src/openloco/Config.h b/src/OpenLoco/Config.h similarity index 100% rename from src/openloco/Config.h rename to src/OpenLoco/Config.h diff --git a/src/openloco/ConfigConvert.hpp b/src/OpenLoco/ConfigConvert.hpp similarity index 100% rename from src/openloco/ConfigConvert.hpp rename to src/OpenLoco/ConfigConvert.hpp diff --git a/src/openloco/Console.cpp b/src/OpenLoco/Console.cpp similarity index 100% rename from src/openloco/Console.cpp rename to src/OpenLoco/Console.cpp diff --git a/src/openloco/Console.h b/src/OpenLoco/Console.h similarity index 100% rename from src/openloco/Console.h rename to src/OpenLoco/Console.h diff --git a/src/openloco/Core/FileSystem.hpp b/src/OpenLoco/Core/FileSystem.hpp similarity index 100% rename from src/openloco/Core/FileSystem.hpp rename to src/OpenLoco/Core/FileSystem.hpp diff --git a/src/openloco/Core/Optional.hpp b/src/OpenLoco/Core/Optional.hpp similarity index 100% rename from src/openloco/Core/Optional.hpp rename to src/OpenLoco/Core/Optional.hpp diff --git a/src/openloco/Date.cpp b/src/OpenLoco/Date.cpp similarity index 100% rename from src/openloco/Date.cpp rename to src/OpenLoco/Date.cpp diff --git a/src/openloco/Date.h b/src/OpenLoco/Date.h similarity index 100% rename from src/openloco/Date.h rename to src/OpenLoco/Date.h diff --git a/src/openloco/Drawing/SoftwareDrawingEngine.cpp b/src/OpenLoco/Drawing/SoftwareDrawingEngine.cpp similarity index 100% rename from src/openloco/Drawing/SoftwareDrawingEngine.cpp rename to src/OpenLoco/Drawing/SoftwareDrawingEngine.cpp diff --git a/src/openloco/Drawing/SoftwareDrawingEngine.h b/src/OpenLoco/Drawing/SoftwareDrawingEngine.h similarity index 100% rename from src/openloco/Drawing/SoftwareDrawingEngine.h rename to src/OpenLoco/Drawing/SoftwareDrawingEngine.h diff --git a/src/openloco/Environment.cpp b/src/OpenLoco/Environment.cpp similarity index 100% rename from src/openloco/Environment.cpp rename to src/OpenLoco/Environment.cpp diff --git a/src/openloco/Environment.h b/src/OpenLoco/Environment.h similarity index 100% rename from src/openloco/Environment.h rename to src/OpenLoco/Environment.h diff --git a/src/openloco/GameCommands.cpp b/src/OpenLoco/GameCommands.cpp similarity index 100% rename from src/openloco/GameCommands.cpp rename to src/OpenLoco/GameCommands.cpp diff --git a/src/openloco/GameCommands.h b/src/OpenLoco/GameCommands.h similarity index 100% rename from src/openloco/GameCommands.h rename to src/OpenLoco/GameCommands.h diff --git a/src/openloco/Graphics/Colour.cpp b/src/OpenLoco/Graphics/Colour.cpp similarity index 100% rename from src/openloco/Graphics/Colour.cpp rename to src/OpenLoco/Graphics/Colour.cpp diff --git a/src/openloco/Graphics/Colour.h b/src/OpenLoco/Graphics/Colour.h similarity index 100% rename from src/openloco/Graphics/Colour.h rename to src/OpenLoco/Graphics/Colour.h diff --git a/src/openloco/Graphics/Gfx.cpp b/src/OpenLoco/Graphics/Gfx.cpp similarity index 100% rename from src/openloco/Graphics/Gfx.cpp rename to src/OpenLoco/Graphics/Gfx.cpp diff --git a/src/openloco/Graphics/Gfx.h b/src/OpenLoco/Graphics/Gfx.h similarity index 100% rename from src/openloco/Graphics/Gfx.h rename to src/OpenLoco/Graphics/Gfx.h diff --git a/src/openloco/Graphics/ImageIds.h b/src/OpenLoco/Graphics/ImageIds.h similarity index 100% rename from src/openloco/Graphics/ImageIds.h rename to src/OpenLoco/Graphics/ImageIds.h diff --git a/src/openloco/Graphics/Types.h b/src/OpenLoco/Graphics/Types.h similarity index 100% rename from src/openloco/Graphics/Types.h rename to src/OpenLoco/Graphics/Types.h diff --git a/src/openloco/Gui.cpp b/src/OpenLoco/Gui.cpp similarity index 100% rename from src/openloco/Gui.cpp rename to src/OpenLoco/Gui.cpp diff --git a/src/openloco/Gui.h b/src/OpenLoco/Gui.h similarity index 100% rename from src/openloco/Gui.h rename to src/OpenLoco/Gui.h diff --git a/src/openloco/Industry.cpp b/src/OpenLoco/Industry.cpp similarity index 100% rename from src/openloco/Industry.cpp rename to src/OpenLoco/Industry.cpp diff --git a/src/openloco/Industry.h b/src/OpenLoco/Industry.h similarity index 100% rename from src/openloco/Industry.h rename to src/OpenLoco/Industry.h diff --git a/src/openloco/IndustryManager.cpp b/src/OpenLoco/IndustryManager.cpp similarity index 100% rename from src/openloco/IndustryManager.cpp rename to src/OpenLoco/IndustryManager.cpp diff --git a/src/openloco/IndustryManager.h b/src/OpenLoco/IndustryManager.h similarity index 100% rename from src/openloco/IndustryManager.h rename to src/OpenLoco/IndustryManager.h diff --git a/src/openloco/Input.cpp b/src/OpenLoco/Input.cpp similarity index 100% rename from src/openloco/Input.cpp rename to src/OpenLoco/Input.cpp diff --git a/src/openloco/Input.h b/src/OpenLoco/Input.h similarity index 100% rename from src/openloco/Input.h rename to src/OpenLoco/Input.h diff --git a/src/openloco/Input/Keyboard.cpp b/src/OpenLoco/Input/Keyboard.cpp similarity index 100% rename from src/openloco/Input/Keyboard.cpp rename to src/OpenLoco/Input/Keyboard.cpp diff --git a/src/openloco/Input/MouseInput.cpp b/src/OpenLoco/Input/MouseInput.cpp similarity index 100% rename from src/openloco/Input/MouseInput.cpp rename to src/OpenLoco/Input/MouseInput.cpp diff --git a/src/openloco/Input/Shortcut.h b/src/OpenLoco/Input/Shortcut.h similarity index 100% rename from src/openloco/Input/Shortcut.h rename to src/OpenLoco/Input/Shortcut.h diff --git a/src/openloco/Input/ShortcutManager.cpp b/src/OpenLoco/Input/ShortcutManager.cpp similarity index 100% rename from src/openloco/Input/ShortcutManager.cpp rename to src/OpenLoco/Input/ShortcutManager.cpp diff --git a/src/openloco/Input/ShortcutManager.h b/src/OpenLoco/Input/ShortcutManager.h similarity index 100% rename from src/openloco/Input/ShortcutManager.h rename to src/OpenLoco/Input/ShortcutManager.h diff --git a/src/openloco/Interop/Hook.cpp b/src/OpenLoco/Interop/Hook.cpp similarity index 100% rename from src/openloco/Interop/Hook.cpp rename to src/OpenLoco/Interop/Hook.cpp diff --git a/src/openloco/Interop/Hooks.cpp b/src/OpenLoco/Interop/Hooks.cpp similarity index 100% rename from src/openloco/Interop/Hooks.cpp rename to src/OpenLoco/Interop/Hooks.cpp diff --git a/src/openloco/Interop/Interop.cpp b/src/OpenLoco/Interop/Interop.cpp similarity index 100% rename from src/openloco/Interop/Interop.cpp rename to src/OpenLoco/Interop/Interop.cpp diff --git a/src/openloco/Interop/Interop.hpp b/src/OpenLoco/Interop/Interop.hpp similarity index 100% rename from src/openloco/Interop/Interop.hpp rename to src/OpenLoco/Interop/Interop.hpp diff --git a/src/openloco/Intro.cpp b/src/OpenLoco/Intro.cpp similarity index 100% rename from src/openloco/Intro.cpp rename to src/OpenLoco/Intro.cpp diff --git a/src/openloco/Intro.h b/src/OpenLoco/Intro.h similarity index 100% rename from src/openloco/Intro.h rename to src/OpenLoco/Intro.h diff --git a/src/openloco/Localisation/ArgsWrapper.hpp b/src/OpenLoco/Localisation/ArgsWrapper.hpp similarity index 100% rename from src/openloco/Localisation/ArgsWrapper.hpp rename to src/OpenLoco/Localisation/ArgsWrapper.hpp diff --git a/src/openloco/Localisation/Conversion.cpp b/src/OpenLoco/Localisation/Conversion.cpp similarity index 100% rename from src/openloco/Localisation/Conversion.cpp rename to src/OpenLoco/Localisation/Conversion.cpp diff --git a/src/openloco/Localisation/Conversion.h b/src/OpenLoco/Localisation/Conversion.h similarity index 100% rename from src/openloco/Localisation/Conversion.h rename to src/OpenLoco/Localisation/Conversion.h diff --git a/src/openloco/Localisation/FormatArguments.hpp b/src/OpenLoco/Localisation/FormatArguments.hpp similarity index 100% rename from src/openloco/Localisation/FormatArguments.hpp rename to src/OpenLoco/Localisation/FormatArguments.hpp diff --git a/src/openloco/Localisation/LanguageFiles.cpp b/src/OpenLoco/Localisation/LanguageFiles.cpp similarity index 100% rename from src/openloco/Localisation/LanguageFiles.cpp rename to src/OpenLoco/Localisation/LanguageFiles.cpp diff --git a/src/openloco/Localisation/LanguageFiles.h b/src/OpenLoco/Localisation/LanguageFiles.h similarity index 100% rename from src/openloco/Localisation/LanguageFiles.h rename to src/OpenLoco/Localisation/LanguageFiles.h diff --git a/src/openloco/Localisation/Languages.cpp b/src/OpenLoco/Localisation/Languages.cpp similarity index 100% rename from src/openloco/Localisation/Languages.cpp rename to src/OpenLoco/Localisation/Languages.cpp diff --git a/src/openloco/Localisation/Languages.h b/src/OpenLoco/Localisation/Languages.h similarity index 100% rename from src/openloco/Localisation/Languages.h rename to src/OpenLoco/Localisation/Languages.h diff --git a/src/openloco/Localisation/StringIds.h b/src/OpenLoco/Localisation/StringIds.h similarity index 100% rename from src/openloco/Localisation/StringIds.h rename to src/OpenLoco/Localisation/StringIds.h diff --git a/src/openloco/Localisation/StringManager.cpp b/src/OpenLoco/Localisation/StringManager.cpp similarity index 100% rename from src/openloco/Localisation/StringManager.cpp rename to src/OpenLoco/Localisation/StringManager.cpp diff --git a/src/openloco/Localisation/StringManager.h b/src/OpenLoco/Localisation/StringManager.h similarity index 100% rename from src/openloco/Localisation/StringManager.h rename to src/OpenLoco/Localisation/StringManager.h diff --git a/src/openloco/Localisation/Unicode.cpp b/src/OpenLoco/Localisation/Unicode.cpp similarity index 100% rename from src/openloco/Localisation/Unicode.cpp rename to src/OpenLoco/Localisation/Unicode.cpp diff --git a/src/openloco/Localisation/Unicode.h b/src/OpenLoco/Localisation/Unicode.h similarity index 100% rename from src/openloco/Localisation/Unicode.h rename to src/OpenLoco/Localisation/Unicode.h diff --git a/src/openloco/Management/Expenditures.h b/src/OpenLoco/Management/Expenditures.h similarity index 100% rename from src/openloco/Management/Expenditures.h rename to src/OpenLoco/Management/Expenditures.h diff --git a/src/openloco/Map/SurfaceTile.cpp b/src/OpenLoco/Map/SurfaceTile.cpp similarity index 100% rename from src/openloco/Map/SurfaceTile.cpp rename to src/OpenLoco/Map/SurfaceTile.cpp diff --git a/src/openloco/Map/Tile.cpp b/src/OpenLoco/Map/Tile.cpp similarity index 100% rename from src/openloco/Map/Tile.cpp rename to src/OpenLoco/Map/Tile.cpp diff --git a/src/openloco/Map/Tile.h b/src/OpenLoco/Map/Tile.h similarity index 100% rename from src/openloco/Map/Tile.h rename to src/OpenLoco/Map/Tile.h diff --git a/src/openloco/Map/TileLoop.hpp b/src/OpenLoco/Map/TileLoop.hpp similarity index 100% rename from src/openloco/Map/TileLoop.hpp rename to src/OpenLoco/Map/TileLoop.hpp diff --git a/src/openloco/Map/TileManager.cpp b/src/OpenLoco/Map/TileManager.cpp similarity index 100% rename from src/openloco/Map/TileManager.cpp rename to src/OpenLoco/Map/TileManager.cpp diff --git a/src/openloco/Map/TileManager.h b/src/OpenLoco/Map/TileManager.h similarity index 100% rename from src/openloco/Map/TileManager.h rename to src/OpenLoco/Map/TileManager.h diff --git a/src/openloco/Message.h b/src/OpenLoco/Message.h similarity index 100% rename from src/openloco/Message.h rename to src/OpenLoco/Message.h diff --git a/src/openloco/MessageManager.cpp b/src/OpenLoco/MessageManager.cpp similarity index 100% rename from src/openloco/MessageManager.cpp rename to src/OpenLoco/MessageManager.cpp diff --git a/src/openloco/MessageManager.h b/src/OpenLoco/MessageManager.h similarity index 100% rename from src/openloco/MessageManager.h rename to src/OpenLoco/MessageManager.h diff --git a/src/openloco/MultiPlayer.cpp b/src/OpenLoco/MultiPlayer.cpp similarity index 100% rename from src/openloco/MultiPlayer.cpp rename to src/OpenLoco/MultiPlayer.cpp diff --git a/src/openloco/MultiPlayer.h b/src/OpenLoco/MultiPlayer.h similarity index 100% rename from src/openloco/MultiPlayer.h rename to src/OpenLoco/MultiPlayer.h diff --git a/src/openloco/NatvisFile.natvis b/src/OpenLoco/NatvisFile.natvis similarity index 100% rename from src/openloco/NatvisFile.natvis rename to src/OpenLoco/NatvisFile.natvis diff --git a/src/openloco/Objects/AirportObject.h b/src/OpenLoco/Objects/AirportObject.h similarity index 100% rename from src/openloco/Objects/AirportObject.h rename to src/OpenLoco/Objects/AirportObject.h diff --git a/src/openloco/Objects/BridgeObject.h b/src/OpenLoco/Objects/BridgeObject.h similarity index 100% rename from src/openloco/Objects/BridgeObject.h rename to src/OpenLoco/Objects/BridgeObject.h diff --git a/src/openloco/Objects/BuildingObject.h b/src/OpenLoco/Objects/BuildingObject.h similarity index 100% rename from src/openloco/Objects/BuildingObject.h rename to src/OpenLoco/Objects/BuildingObject.h diff --git a/src/openloco/Objects/CargoObject.h b/src/OpenLoco/Objects/CargoObject.h similarity index 100% rename from src/openloco/Objects/CargoObject.h rename to src/OpenLoco/Objects/CargoObject.h diff --git a/src/openloco/Objects/CompetitorObject.h b/src/OpenLoco/Objects/CompetitorObject.h similarity index 100% rename from src/openloco/Objects/CompetitorObject.h rename to src/OpenLoco/Objects/CompetitorObject.h diff --git a/src/openloco/Objects/CurrencyObject.h b/src/OpenLoco/Objects/CurrencyObject.h similarity index 100% rename from src/openloco/Objects/CurrencyObject.h rename to src/OpenLoco/Objects/CurrencyObject.h diff --git a/src/openloco/Objects/DockObject.h b/src/OpenLoco/Objects/DockObject.h similarity index 100% rename from src/openloco/Objects/DockObject.h rename to src/OpenLoco/Objects/DockObject.h diff --git a/src/openloco/Objects/IndustryObject.cpp b/src/OpenLoco/Objects/IndustryObject.cpp similarity index 100% rename from src/openloco/Objects/IndustryObject.cpp rename to src/OpenLoco/Objects/IndustryObject.cpp diff --git a/src/openloco/Objects/IndustryObject.h b/src/OpenLoco/Objects/IndustryObject.h similarity index 100% rename from src/openloco/Objects/IndustryObject.h rename to src/OpenLoco/Objects/IndustryObject.h diff --git a/src/openloco/Objects/InterfaceSkinObject.h b/src/OpenLoco/Objects/InterfaceSkinObject.h similarity index 100% rename from src/openloco/Objects/InterfaceSkinObject.h rename to src/OpenLoco/Objects/InterfaceSkinObject.h diff --git a/src/openloco/Objects/LandObject.h b/src/OpenLoco/Objects/LandObject.h similarity index 100% rename from src/openloco/Objects/LandObject.h rename to src/OpenLoco/Objects/LandObject.h diff --git a/src/openloco/Objects/ObjectManager.cpp b/src/OpenLoco/Objects/ObjectManager.cpp similarity index 100% rename from src/openloco/Objects/ObjectManager.cpp rename to src/OpenLoco/Objects/ObjectManager.cpp diff --git a/src/openloco/Objects/ObjectManager.h b/src/OpenLoco/Objects/ObjectManager.h similarity index 100% rename from src/openloco/Objects/ObjectManager.h rename to src/OpenLoco/Objects/ObjectManager.h diff --git a/src/openloco/Objects/RoadExtraObject.h b/src/OpenLoco/Objects/RoadExtraObject.h similarity index 100% rename from src/openloco/Objects/RoadExtraObject.h rename to src/OpenLoco/Objects/RoadExtraObject.h diff --git a/src/openloco/Objects/RoadObject.h b/src/OpenLoco/Objects/RoadObject.h similarity index 100% rename from src/openloco/Objects/RoadObject.h rename to src/OpenLoco/Objects/RoadObject.h diff --git a/src/openloco/Objects/RoadStationObject.h b/src/OpenLoco/Objects/RoadStationObject.h similarity index 100% rename from src/openloco/Objects/RoadStationObject.h rename to src/OpenLoco/Objects/RoadStationObject.h diff --git a/src/openloco/Objects/ScenarioTextObject.h b/src/OpenLoco/Objects/ScenarioTextObject.h similarity index 100% rename from src/openloco/Objects/ScenarioTextObject.h rename to src/OpenLoco/Objects/ScenarioTextObject.h diff --git a/src/openloco/Objects/SoundObject.h b/src/OpenLoco/Objects/SoundObject.h similarity index 100% rename from src/openloco/Objects/SoundObject.h rename to src/OpenLoco/Objects/SoundObject.h diff --git a/src/openloco/Objects/SteamObject.h b/src/OpenLoco/Objects/SteamObject.h similarity index 100% rename from src/openloco/Objects/SteamObject.h rename to src/OpenLoco/Objects/SteamObject.h diff --git a/src/openloco/Objects/TrackExtraObject.h b/src/OpenLoco/Objects/TrackExtraObject.h similarity index 100% rename from src/openloco/Objects/TrackExtraObject.h rename to src/OpenLoco/Objects/TrackExtraObject.h diff --git a/src/openloco/Objects/TrackObject.h b/src/OpenLoco/Objects/TrackObject.h similarity index 100% rename from src/openloco/Objects/TrackObject.h rename to src/OpenLoco/Objects/TrackObject.h diff --git a/src/openloco/Objects/TrainSignalObject.h b/src/OpenLoco/Objects/TrainSignalObject.h similarity index 100% rename from src/openloco/Objects/TrainSignalObject.h rename to src/OpenLoco/Objects/TrainSignalObject.h diff --git a/src/openloco/Objects/TrainStationObject.h b/src/OpenLoco/Objects/TrainStationObject.h similarity index 100% rename from src/openloco/Objects/TrainStationObject.h rename to src/OpenLoco/Objects/TrainStationObject.h diff --git a/src/openloco/Objects/TreeObject.h b/src/OpenLoco/Objects/TreeObject.h similarity index 100% rename from src/openloco/Objects/TreeObject.h rename to src/OpenLoco/Objects/TreeObject.h diff --git a/src/openloco/Objects/VehicleObject.h b/src/OpenLoco/Objects/VehicleObject.h similarity index 100% rename from src/openloco/Objects/VehicleObject.h rename to src/OpenLoco/Objects/VehicleObject.h diff --git a/src/openloco/Objects/WallObject.h b/src/OpenLoco/Objects/WallObject.h similarity index 100% rename from src/openloco/Objects/WallObject.h rename to src/OpenLoco/Objects/WallObject.h diff --git a/src/openloco/Objects/WaterObject.h b/src/OpenLoco/Objects/WaterObject.h similarity index 100% rename from src/openloco/Objects/WaterObject.h rename to src/OpenLoco/Objects/WaterObject.h diff --git a/src/openloco/OpenLoco.cpp b/src/OpenLoco/OpenLoco.cpp similarity index 100% rename from src/openloco/OpenLoco.cpp rename to src/OpenLoco/OpenLoco.cpp diff --git a/src/openloco/OpenLoco.h b/src/OpenLoco/OpenLoco.h similarity index 100% rename from src/openloco/OpenLoco.h rename to src/OpenLoco/OpenLoco.h diff --git a/src/openloco/Platform/Platform.Macos.mm b/src/OpenLoco/Platform/Platform.Macos.mm similarity index 100% rename from src/openloco/Platform/Platform.Macos.mm rename to src/OpenLoco/Platform/Platform.Macos.mm diff --git a/src/openloco/Platform/Platform.Posix.cpp b/src/OpenLoco/Platform/Platform.Posix.cpp similarity index 100% rename from src/openloco/Platform/Platform.Posix.cpp rename to src/OpenLoco/Platform/Platform.Posix.cpp diff --git a/src/openloco/Platform/Platform.Windows.cpp b/src/OpenLoco/Platform/Platform.Windows.cpp similarity index 100% rename from src/openloco/Platform/Platform.Windows.cpp rename to src/OpenLoco/Platform/Platform.Windows.cpp diff --git a/src/openloco/Platform/Platform.h b/src/OpenLoco/Platform/Platform.h similarity index 100% rename from src/openloco/Platform/Platform.h rename to src/OpenLoco/Platform/Platform.h diff --git a/src/openloco/ProgressBar.cpp b/src/OpenLoco/ProgressBar.cpp similarity index 100% rename from src/openloco/ProgressBar.cpp rename to src/OpenLoco/ProgressBar.cpp diff --git a/src/openloco/ProgressBar.h b/src/OpenLoco/ProgressBar.h similarity index 100% rename from src/openloco/ProgressBar.h rename to src/OpenLoco/ProgressBar.h diff --git a/src/openloco/S5/S5.cpp b/src/OpenLoco/S5/S5.cpp similarity index 100% rename from src/openloco/S5/S5.cpp rename to src/OpenLoco/S5/S5.cpp diff --git a/src/openloco/S5/S5.h b/src/OpenLoco/S5/S5.h similarity index 100% rename from src/openloco/S5/S5.h rename to src/OpenLoco/S5/S5.h diff --git a/src/openloco/Scenario.cpp b/src/OpenLoco/Scenario.cpp similarity index 100% rename from src/openloco/Scenario.cpp rename to src/OpenLoco/Scenario.cpp diff --git a/src/openloco/Scenario.h b/src/OpenLoco/Scenario.h similarity index 100% rename from src/openloco/Scenario.h rename to src/OpenLoco/Scenario.h diff --git a/src/openloco/ScenarioManager.cpp b/src/OpenLoco/ScenarioManager.cpp similarity index 100% rename from src/openloco/ScenarioManager.cpp rename to src/OpenLoco/ScenarioManager.cpp diff --git a/src/openloco/ScenarioManager.h b/src/OpenLoco/ScenarioManager.h similarity index 100% rename from src/openloco/ScenarioManager.h rename to src/OpenLoco/ScenarioManager.h diff --git a/src/openloco/Station.cpp b/src/OpenLoco/Station.cpp similarity index 100% rename from src/openloco/Station.cpp rename to src/OpenLoco/Station.cpp diff --git a/src/openloco/Station.h b/src/OpenLoco/Station.h similarity index 100% rename from src/openloco/Station.h rename to src/OpenLoco/Station.h diff --git a/src/openloco/StationManager.cpp b/src/OpenLoco/StationManager.cpp similarity index 100% rename from src/openloco/StationManager.cpp rename to src/OpenLoco/StationManager.cpp diff --git a/src/openloco/StationManager.h b/src/OpenLoco/StationManager.h similarity index 100% rename from src/openloco/StationManager.h rename to src/OpenLoco/StationManager.h diff --git a/src/openloco/Things/CreateVehicle.cpp b/src/OpenLoco/Things/CreateVehicle.cpp similarity index 100% rename from src/openloco/Things/CreateVehicle.cpp rename to src/OpenLoco/Things/CreateVehicle.cpp diff --git a/src/openloco/Things/Misc.cpp b/src/OpenLoco/Things/Misc.cpp similarity index 100% rename from src/openloco/Things/Misc.cpp rename to src/OpenLoco/Things/Misc.cpp diff --git a/src/openloco/Things/Misc.h b/src/OpenLoco/Things/Misc.h similarity index 100% rename from src/openloco/Things/Misc.h rename to src/OpenLoco/Things/Misc.h diff --git a/src/openloco/Things/Thing.cpp b/src/OpenLoco/Things/Thing.cpp similarity index 100% rename from src/openloco/Things/Thing.cpp rename to src/OpenLoco/Things/Thing.cpp diff --git a/src/openloco/Things/Thing.h b/src/OpenLoco/Things/Thing.h similarity index 100% rename from src/openloco/Things/Thing.h rename to src/OpenLoco/Things/Thing.h diff --git a/src/openloco/Things/ThingManager.cpp b/src/OpenLoco/Things/ThingManager.cpp similarity index 100% rename from src/openloco/Things/ThingManager.cpp rename to src/OpenLoco/Things/ThingManager.cpp diff --git a/src/openloco/Things/ThingManager.h b/src/OpenLoco/Things/ThingManager.h similarity index 100% rename from src/openloco/Things/ThingManager.h rename to src/OpenLoco/Things/ThingManager.h diff --git a/src/openloco/Things/Vehicle.cpp b/src/OpenLoco/Things/Vehicle.cpp similarity index 100% rename from src/openloco/Things/Vehicle.cpp rename to src/OpenLoco/Things/Vehicle.cpp diff --git a/src/openloco/Things/Vehicle.h b/src/OpenLoco/Things/Vehicle.h similarity index 100% rename from src/openloco/Things/Vehicle.h rename to src/OpenLoco/Things/Vehicle.h diff --git a/src/openloco/Title.cpp b/src/OpenLoco/Title.cpp similarity index 100% rename from src/openloco/Title.cpp rename to src/OpenLoco/Title.cpp diff --git a/src/openloco/Title.h b/src/OpenLoco/Title.h similarity index 100% rename from src/openloco/Title.h rename to src/OpenLoco/Title.h diff --git a/src/openloco/Town.cpp b/src/OpenLoco/Town.cpp similarity index 100% rename from src/openloco/Town.cpp rename to src/OpenLoco/Town.cpp diff --git a/src/openloco/Town.h b/src/OpenLoco/Town.h similarity index 100% rename from src/openloco/Town.h rename to src/OpenLoco/Town.h diff --git a/src/openloco/TownManager.cpp b/src/OpenLoco/TownManager.cpp similarity index 100% rename from src/openloco/TownManager.cpp rename to src/OpenLoco/TownManager.cpp diff --git a/src/openloco/TownManager.h b/src/OpenLoco/TownManager.h similarity index 100% rename from src/openloco/TownManager.h rename to src/OpenLoco/TownManager.h diff --git a/src/openloco/TrackData.cpp b/src/OpenLoco/TrackData.cpp similarity index 100% rename from src/openloco/TrackData.cpp rename to src/OpenLoco/TrackData.cpp diff --git a/src/openloco/TrackData.h b/src/OpenLoco/TrackData.h similarity index 100% rename from src/openloco/TrackData.h rename to src/OpenLoco/TrackData.h diff --git a/src/openloco/Tutorial.cpp b/src/OpenLoco/Tutorial.cpp similarity index 100% rename from src/openloco/Tutorial.cpp rename to src/OpenLoco/Tutorial.cpp diff --git a/src/openloco/Tutorial.h b/src/OpenLoco/Tutorial.h similarity index 100% rename from src/openloco/Tutorial.h rename to src/OpenLoco/Tutorial.h diff --git a/src/openloco/Types.hpp b/src/OpenLoco/Types.hpp similarity index 100% rename from src/openloco/Types.hpp rename to src/OpenLoco/Types.hpp diff --git a/src/openloco/Ui.cpp b/src/OpenLoco/Ui.cpp similarity index 100% rename from src/openloco/Ui.cpp rename to src/OpenLoco/Ui.cpp diff --git a/src/openloco/Ui.h b/src/OpenLoco/Ui.h similarity index 100% rename from src/openloco/Ui.h rename to src/OpenLoco/Ui.h diff --git a/src/openloco/Ui/Dropdown.cpp b/src/OpenLoco/Ui/Dropdown.cpp similarity index 100% rename from src/openloco/Ui/Dropdown.cpp rename to src/OpenLoco/Ui/Dropdown.cpp diff --git a/src/openloco/Ui/Dropdown.h b/src/OpenLoco/Ui/Dropdown.h similarity index 100% rename from src/openloco/Ui/Dropdown.h rename to src/OpenLoco/Ui/Dropdown.h diff --git a/src/openloco/Ui/Rect.h b/src/OpenLoco/Ui/Rect.h similarity index 100% rename from src/openloco/Ui/Rect.h rename to src/OpenLoco/Ui/Rect.h diff --git a/src/openloco/Ui/Screenshot.cpp b/src/OpenLoco/Ui/Screenshot.cpp similarity index 100% rename from src/openloco/Ui/Screenshot.cpp rename to src/OpenLoco/Ui/Screenshot.cpp diff --git a/src/openloco/Ui/Screenshot.h b/src/OpenLoco/Ui/Screenshot.h similarity index 100% rename from src/openloco/Ui/Screenshot.h rename to src/OpenLoco/Ui/Screenshot.h diff --git a/src/openloco/Ui/ScrollView.cpp b/src/OpenLoco/Ui/ScrollView.cpp similarity index 100% rename from src/openloco/Ui/ScrollView.cpp rename to src/OpenLoco/Ui/ScrollView.cpp diff --git a/src/openloco/Ui/ScrollView.h b/src/OpenLoco/Ui/ScrollView.h similarity index 100% rename from src/openloco/Ui/ScrollView.h rename to src/OpenLoco/Ui/ScrollView.h diff --git a/src/openloco/Ui/ViewportInteraction.cpp b/src/OpenLoco/Ui/ViewportInteraction.cpp similarity index 100% rename from src/openloco/Ui/ViewportInteraction.cpp rename to src/OpenLoco/Ui/ViewportInteraction.cpp diff --git a/src/openloco/Ui/WindowManager.cpp b/src/OpenLoco/Ui/WindowManager.cpp similarity index 100% rename from src/openloco/Ui/WindowManager.cpp rename to src/OpenLoco/Ui/WindowManager.cpp diff --git a/src/openloco/Ui/WindowManager.h b/src/OpenLoco/Ui/WindowManager.h similarity index 100% rename from src/openloco/Ui/WindowManager.h rename to src/OpenLoco/Ui/WindowManager.h diff --git a/src/openloco/Ui/WindowType.h b/src/OpenLoco/Ui/WindowType.h similarity index 100% rename from src/openloco/Ui/WindowType.h rename to src/OpenLoco/Ui/WindowType.h diff --git a/src/openloco/Utility/Collection.hpp b/src/OpenLoco/Utility/Collection.hpp similarity index 100% rename from src/openloco/Utility/Collection.hpp rename to src/OpenLoco/Utility/Collection.hpp diff --git a/src/openloco/Utility/Numeric.cpp b/src/OpenLoco/Utility/Numeric.cpp similarity index 100% rename from src/openloco/Utility/Numeric.cpp rename to src/OpenLoco/Utility/Numeric.cpp diff --git a/src/openloco/Utility/Numeric.hpp b/src/OpenLoco/Utility/Numeric.hpp similarity index 100% rename from src/openloco/Utility/Numeric.hpp rename to src/OpenLoco/Utility/Numeric.hpp diff --git a/src/openloco/Utility/Prng.hpp b/src/OpenLoco/Utility/Prng.hpp similarity index 100% rename from src/openloco/Utility/Prng.hpp rename to src/OpenLoco/Utility/Prng.hpp diff --git a/src/openloco/Utility/Stream.hpp b/src/OpenLoco/Utility/Stream.hpp similarity index 100% rename from src/openloco/Utility/Stream.hpp rename to src/OpenLoco/Utility/Stream.hpp diff --git a/src/openloco/Utility/String.cpp b/src/OpenLoco/Utility/String.cpp similarity index 100% rename from src/openloco/Utility/String.cpp rename to src/OpenLoco/Utility/String.cpp diff --git a/src/openloco/Utility/String.hpp b/src/OpenLoco/Utility/String.hpp similarity index 100% rename from src/openloco/Utility/String.hpp rename to src/OpenLoco/Utility/String.hpp diff --git a/src/openloco/Utility/Yaml.hpp b/src/OpenLoco/Utility/Yaml.hpp similarity index 100% rename from src/openloco/Utility/Yaml.hpp rename to src/OpenLoco/Utility/Yaml.hpp diff --git a/src/openloco/Version.cpp b/src/OpenLoco/Version.cpp similarity index 100% rename from src/openloco/Version.cpp rename to src/OpenLoco/Version.cpp diff --git a/src/openloco/Viewport.cpp b/src/OpenLoco/Viewport.cpp similarity index 100% rename from src/openloco/Viewport.cpp rename to src/OpenLoco/Viewport.cpp diff --git a/src/openloco/Viewport.hpp b/src/OpenLoco/Viewport.hpp similarity index 100% rename from src/openloco/Viewport.hpp rename to src/OpenLoco/Viewport.hpp diff --git a/src/openloco/ViewportManager.cpp b/src/OpenLoco/ViewportManager.cpp similarity index 100% rename from src/openloco/ViewportManager.cpp rename to src/OpenLoco/ViewportManager.cpp diff --git a/src/openloco/ViewportManager.h b/src/OpenLoco/ViewportManager.h similarity index 100% rename from src/openloco/ViewportManager.h rename to src/OpenLoco/ViewportManager.h diff --git a/src/openloco/Widget.cpp b/src/OpenLoco/Widget.cpp similarity index 100% rename from src/openloco/Widget.cpp rename to src/OpenLoco/Widget.cpp diff --git a/src/openloco/Widget.h b/src/OpenLoco/Widget.h similarity index 100% rename from src/openloco/Widget.h rename to src/OpenLoco/Widget.h diff --git a/src/openloco/Win32.h b/src/OpenLoco/Win32.h similarity index 100% rename from src/openloco/Win32.h rename to src/OpenLoco/Win32.h diff --git a/src/openloco/Window.cpp b/src/OpenLoco/Window.cpp similarity index 100% rename from src/openloco/Window.cpp rename to src/OpenLoco/Window.cpp diff --git a/src/openloco/Window.h b/src/OpenLoco/Window.h similarity index 100% rename from src/openloco/Window.h rename to src/OpenLoco/Window.h diff --git a/src/openloco/Windows/About.cpp b/src/OpenLoco/Windows/About.cpp similarity index 100% rename from src/openloco/Windows/About.cpp rename to src/OpenLoco/Windows/About.cpp diff --git a/src/openloco/Windows/AboutMusic.cpp b/src/OpenLoco/Windows/AboutMusic.cpp similarity index 100% rename from src/openloco/Windows/AboutMusic.cpp rename to src/OpenLoco/Windows/AboutMusic.cpp diff --git a/src/openloco/Windows/BuildVehicle.cpp b/src/OpenLoco/Windows/BuildVehicle.cpp similarity index 100% rename from src/openloco/Windows/BuildVehicle.cpp rename to src/OpenLoco/Windows/BuildVehicle.cpp diff --git a/src/openloco/Windows/CompanyFaceSelection.cpp b/src/OpenLoco/Windows/CompanyFaceSelection.cpp similarity index 100% rename from src/openloco/Windows/CompanyFaceSelection.cpp rename to src/OpenLoco/Windows/CompanyFaceSelection.cpp diff --git a/src/openloco/Windows/CompanyList.cpp b/src/OpenLoco/Windows/CompanyList.cpp similarity index 100% rename from src/openloco/Windows/CompanyList.cpp rename to src/OpenLoco/Windows/CompanyList.cpp diff --git a/src/openloco/Windows/CompanyWindow.cpp b/src/OpenLoco/Windows/CompanyWindow.cpp similarity index 100% rename from src/openloco/Windows/CompanyWindow.cpp rename to src/OpenLoco/Windows/CompanyWindow.cpp diff --git a/src/openloco/Windows/Construction/Common.cpp b/src/OpenLoco/Windows/Construction/Common.cpp similarity index 100% rename from src/openloco/Windows/Construction/Common.cpp rename to src/OpenLoco/Windows/Construction/Common.cpp diff --git a/src/openloco/Windows/Construction/Construction.h b/src/OpenLoco/Windows/Construction/Construction.h similarity index 100% rename from src/openloco/Windows/Construction/Construction.h rename to src/OpenLoco/Windows/Construction/Construction.h diff --git a/src/openloco/Windows/Construction/ConstructionTab.cpp b/src/OpenLoco/Windows/Construction/ConstructionTab.cpp similarity index 100% rename from src/openloco/Windows/Construction/ConstructionTab.cpp rename to src/OpenLoco/Windows/Construction/ConstructionTab.cpp diff --git a/src/openloco/Windows/Construction/OverheadTab.cpp b/src/OpenLoco/Windows/Construction/OverheadTab.cpp similarity index 100% rename from src/openloco/Windows/Construction/OverheadTab.cpp rename to src/OpenLoco/Windows/Construction/OverheadTab.cpp diff --git a/src/openloco/Windows/Construction/SignalTab.cpp b/src/OpenLoco/Windows/Construction/SignalTab.cpp similarity index 100% rename from src/openloco/Windows/Construction/SignalTab.cpp rename to src/OpenLoco/Windows/Construction/SignalTab.cpp diff --git a/src/openloco/Windows/Construction/StationTab.cpp b/src/OpenLoco/Windows/Construction/StationTab.cpp similarity index 100% rename from src/openloco/Windows/Construction/StationTab.cpp rename to src/OpenLoco/Windows/Construction/StationTab.cpp diff --git a/src/openloco/Windows/EditKeyboardShortcut.cpp b/src/OpenLoco/Windows/EditKeyboardShortcut.cpp similarity index 100% rename from src/openloco/Windows/EditKeyboardShortcut.cpp rename to src/OpenLoco/Windows/EditKeyboardShortcut.cpp diff --git a/src/openloco/Windows/IndustryList.cpp b/src/OpenLoco/Windows/IndustryList.cpp similarity index 100% rename from src/openloco/Windows/IndustryList.cpp rename to src/OpenLoco/Windows/IndustryList.cpp diff --git a/src/openloco/Windows/IndustryWindow.cpp b/src/OpenLoco/Windows/IndustryWindow.cpp similarity index 100% rename from src/openloco/Windows/IndustryWindow.cpp rename to src/OpenLoco/Windows/IndustryWindow.cpp diff --git a/src/openloco/Windows/KeyboardShortcuts.cpp b/src/OpenLoco/Windows/KeyboardShortcuts.cpp similarity index 100% rename from src/openloco/Windows/KeyboardShortcuts.cpp rename to src/OpenLoco/Windows/KeyboardShortcuts.cpp diff --git a/src/openloco/Windows/LandscapeGeneration.cpp b/src/OpenLoco/Windows/LandscapeGeneration.cpp similarity index 100% rename from src/openloco/Windows/LandscapeGeneration.cpp rename to src/OpenLoco/Windows/LandscapeGeneration.cpp diff --git a/src/openloco/Windows/LandscapeGenerationConfirm.cpp b/src/OpenLoco/Windows/LandscapeGenerationConfirm.cpp similarity index 100% rename from src/openloco/Windows/LandscapeGenerationConfirm.cpp rename to src/OpenLoco/Windows/LandscapeGenerationConfirm.cpp diff --git a/src/openloco/Windows/Map.cpp b/src/OpenLoco/Windows/Map.cpp similarity index 100% rename from src/openloco/Windows/Map.cpp rename to src/OpenLoco/Windows/Map.cpp diff --git a/src/openloco/Windows/MessageWindow.cpp b/src/OpenLoco/Windows/MessageWindow.cpp similarity index 100% rename from src/openloco/Windows/MessageWindow.cpp rename to src/OpenLoco/Windows/MessageWindow.cpp diff --git a/src/openloco/Windows/MusicSelection.cpp b/src/OpenLoco/Windows/MusicSelection.cpp similarity index 100% rename from src/openloco/Windows/MusicSelection.cpp rename to src/OpenLoco/Windows/MusicSelection.cpp diff --git a/src/openloco/Windows/News/Common.cpp b/src/OpenLoco/Windows/News/Common.cpp similarity index 100% rename from src/openloco/Windows/News/Common.cpp rename to src/OpenLoco/Windows/News/Common.cpp diff --git a/src/openloco/Windows/News/News.cpp b/src/OpenLoco/Windows/News/News.cpp similarity index 100% rename from src/openloco/Windows/News/News.cpp rename to src/OpenLoco/Windows/News/News.cpp diff --git a/src/openloco/Windows/News/News.h b/src/OpenLoco/Windows/News/News.h similarity index 100% rename from src/openloco/Windows/News/News.h rename to src/OpenLoco/Windows/News/News.h diff --git a/src/openloco/Windows/News/Ticker.cpp b/src/OpenLoco/Windows/News/Ticker.cpp similarity index 100% rename from src/openloco/Windows/News/Ticker.cpp rename to src/OpenLoco/Windows/News/Ticker.cpp diff --git a/src/openloco/Windows/ObjectSelectionWindow.cpp b/src/OpenLoco/Windows/ObjectSelectionWindow.cpp similarity index 100% rename from src/openloco/Windows/ObjectSelectionWindow.cpp rename to src/OpenLoco/Windows/ObjectSelectionWindow.cpp diff --git a/src/openloco/Windows/Options.cpp b/src/OpenLoco/Windows/Options.cpp similarity index 100% rename from src/openloco/Windows/Options.cpp rename to src/OpenLoco/Windows/Options.cpp diff --git a/src/openloco/Windows/PlayerInfoPanel.cpp b/src/OpenLoco/Windows/PlayerInfoPanel.cpp similarity index 100% rename from src/openloco/Windows/PlayerInfoPanel.cpp rename to src/OpenLoco/Windows/PlayerInfoPanel.cpp diff --git a/src/openloco/Windows/PromptBrowseWindow.cpp b/src/OpenLoco/Windows/PromptBrowseWindow.cpp similarity index 100% rename from src/openloco/Windows/PromptBrowseWindow.cpp rename to src/OpenLoco/Windows/PromptBrowseWindow.cpp diff --git a/src/openloco/Windows/PromptOkCancelWindow.cpp b/src/OpenLoco/Windows/PromptOkCancelWindow.cpp similarity index 100% rename from src/openloco/Windows/PromptOkCancelWindow.cpp rename to src/OpenLoco/Windows/PromptOkCancelWindow.cpp diff --git a/src/openloco/Windows/ScenarioOptions.cpp b/src/OpenLoco/Windows/ScenarioOptions.cpp similarity index 100% rename from src/openloco/Windows/ScenarioOptions.cpp rename to src/OpenLoco/Windows/ScenarioOptions.cpp diff --git a/src/openloco/Windows/StationList.cpp b/src/OpenLoco/Windows/StationList.cpp similarity index 100% rename from src/openloco/Windows/StationList.cpp rename to src/OpenLoco/Windows/StationList.cpp diff --git a/src/openloco/Windows/StationWindow.cpp b/src/OpenLoco/Windows/StationWindow.cpp similarity index 100% rename from src/openloco/Windows/StationWindow.cpp rename to src/OpenLoco/Windows/StationWindow.cpp diff --git a/src/openloco/Windows/TerraForm.cpp b/src/OpenLoco/Windows/TerraForm.cpp similarity index 100% rename from src/openloco/Windows/TerraForm.cpp rename to src/OpenLoco/Windows/TerraForm.cpp diff --git a/src/openloco/Windows/TextInputWindow.cpp b/src/OpenLoco/Windows/TextInputWindow.cpp similarity index 100% rename from src/openloco/Windows/TextInputWindow.cpp rename to src/OpenLoco/Windows/TextInputWindow.cpp diff --git a/src/openloco/Windows/TimePanel.cpp b/src/OpenLoco/Windows/TimePanel.cpp similarity index 100% rename from src/openloco/Windows/TimePanel.cpp rename to src/OpenLoco/Windows/TimePanel.cpp diff --git a/src/openloco/Windows/TitleExit.cpp b/src/OpenLoco/Windows/TitleExit.cpp similarity index 100% rename from src/openloco/Windows/TitleExit.cpp rename to src/OpenLoco/Windows/TitleExit.cpp diff --git a/src/openloco/Windows/TitleLogo.cpp b/src/OpenLoco/Windows/TitleLogo.cpp similarity index 100% rename from src/openloco/Windows/TitleLogo.cpp rename to src/OpenLoco/Windows/TitleLogo.cpp diff --git a/src/openloco/Windows/TitleMenu.cpp b/src/OpenLoco/Windows/TitleMenu.cpp similarity index 100% rename from src/openloco/Windows/TitleMenu.cpp rename to src/OpenLoco/Windows/TitleMenu.cpp diff --git a/src/openloco/Windows/TitleOptions.cpp b/src/OpenLoco/Windows/TitleOptions.cpp similarity index 100% rename from src/openloco/Windows/TitleOptions.cpp rename to src/OpenLoco/Windows/TitleOptions.cpp diff --git a/src/openloco/Windows/TitleVersion.cpp b/src/OpenLoco/Windows/TitleVersion.cpp similarity index 100% rename from src/openloco/Windows/TitleVersion.cpp rename to src/OpenLoco/Windows/TitleVersion.cpp diff --git a/src/openloco/Windows/ToolTip.cpp b/src/OpenLoco/Windows/ToolTip.cpp similarity index 100% rename from src/openloco/Windows/ToolTip.cpp rename to src/OpenLoco/Windows/ToolTip.cpp diff --git a/src/openloco/Windows/ToolbarBottomEditor.cpp b/src/OpenLoco/Windows/ToolbarBottomEditor.cpp similarity index 100% rename from src/openloco/Windows/ToolbarBottomEditor.cpp rename to src/OpenLoco/Windows/ToolbarBottomEditor.cpp diff --git a/src/openloco/Windows/ToolbarTop.cpp b/src/OpenLoco/Windows/ToolbarTop.cpp similarity index 100% rename from src/openloco/Windows/ToolbarTop.cpp rename to src/OpenLoco/Windows/ToolbarTop.cpp diff --git a/src/openloco/Windows/ToolbarTopAlt.cpp b/src/OpenLoco/Windows/ToolbarTopAlt.cpp similarity index 100% rename from src/openloco/Windows/ToolbarTopAlt.cpp rename to src/OpenLoco/Windows/ToolbarTopAlt.cpp diff --git a/src/openloco/Windows/ToolbarTopCommon.cpp b/src/OpenLoco/Windows/ToolbarTopCommon.cpp similarity index 100% rename from src/openloco/Windows/ToolbarTopCommon.cpp rename to src/OpenLoco/Windows/ToolbarTopCommon.cpp diff --git a/src/openloco/Windows/ToolbarTopCommon.h b/src/OpenLoco/Windows/ToolbarTopCommon.h similarity index 100% rename from src/openloco/Windows/ToolbarTopCommon.h rename to src/OpenLoco/Windows/ToolbarTopCommon.h diff --git a/src/openloco/Windows/TownList.cpp b/src/OpenLoco/Windows/TownList.cpp similarity index 100% rename from src/openloco/Windows/TownList.cpp rename to src/OpenLoco/Windows/TownList.cpp diff --git a/src/openloco/Windows/TownWindow.cpp b/src/OpenLoco/Windows/TownWindow.cpp similarity index 100% rename from src/openloco/Windows/TownWindow.cpp rename to src/OpenLoco/Windows/TownWindow.cpp diff --git a/src/openloco/Windows/Vehicle.cpp b/src/OpenLoco/Windows/Vehicle.cpp similarity index 100% rename from src/openloco/Windows/Vehicle.cpp rename to src/OpenLoco/Windows/Vehicle.cpp diff --git a/src/openloco/Windows/VehicleList.cpp b/src/OpenLoco/Windows/VehicleList.cpp similarity index 100% rename from src/openloco/Windows/VehicleList.cpp rename to src/OpenLoco/Windows/VehicleList.cpp diff --git a/src/openloco/Windows/error.cpp b/src/OpenLoco/Windows/error.cpp similarity index 100% rename from src/openloco/Windows/error.cpp rename to src/OpenLoco/Windows/error.cpp