1
0
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:
Ted John
2018-01-18 12:55:34 +00:00
parent 34d41aeadd
commit d9d2b2373d
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -14,7 +14,7 @@
*****************************************************************************/
#pragma endregion
#include "crash.h"
#include "Crash.h"
#ifdef USE_BREAKPAD
#include <memory>