From d12d538d84633de6405a5390bb404d4a2767ffb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Fri, 26 Nov 2021 16:49:37 +0200 Subject: [PATCH] Rename Entity.cpp to EntityBase.cpp --- src/openrct2/entity/{Entity.cpp => EntityBase.cpp} | 10 +--------- src/openrct2/libopenrct2.vcxproj | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) rename src/openrct2/entity/{Entity.cpp => EntityBase.cpp} (75%) diff --git a/src/openrct2/entity/Entity.cpp b/src/openrct2/entity/EntityBase.cpp similarity index 75% rename from src/openrct2/entity/Entity.cpp rename to src/openrct2/entity/EntityBase.cpp index d7fd18883a..0555f4b672 100644 --- a/src/openrct2/entity/Entity.cpp +++ b/src/openrct2/entity/EntityBase.cpp @@ -7,17 +7,9 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ -#include "Entity.h" +#include "EntityBase.h" #include "../core/DataSerialiser.h" -#include "../entity/Peep.h" -#include "../entity/Staff.h" -#include "../ride/Vehicle.h" -#include "Balloon.h" -#include "Duck.h" -#include "Fountain.h" -#include "MoneyEffect.h" -#include "Particle.h" void EntityBase::Serialise(DataSerialiser& stream) { diff --git a/src/openrct2/libopenrct2.vcxproj b/src/openrct2/libopenrct2.vcxproj index c25edab8b9..41c046c8f7 100644 --- a/src/openrct2/libopenrct2.vcxproj +++ b/src/openrct2/libopenrct2.vcxproj @@ -665,7 +665,7 @@ - +