mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Rename crash.h to Crash.h
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "object/ObjectRepository.h"
|
||||
#include "OpenRCT2.h"
|
||||
#include "ParkImporter.h"
|
||||
#include "platform/crash.h"
|
||||
#include "platform/Crash.h"
|
||||
#include "PlatformEnvironment.h"
|
||||
#include "ride/TrackDesignRepository.h"
|
||||
#include "scenario/ScenarioRepository.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "../core/Guard.hpp"
|
||||
|
||||
#include "../config/Config.h"
|
||||
#include "../platform/crash.h"
|
||||
#include "../platform/Crash.h"
|
||||
#include "../platform/platform.h"
|
||||
#include "../localisation/Language.h"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*****************************************************************************/
|
||||
#pragma endregion
|
||||
|
||||
#include "crash.h"
|
||||
#include "Crash.h"
|
||||
|
||||
#ifdef USE_BREAKPAD
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user