Rename Entity.cpp to EntityBase.cpp

This commit is contained in:
ζeh Matt 2021-11-26 16:49:37 +02:00
parent cb76165448
commit d12d538d84
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
2 changed files with 2 additions and 10 deletions

View File

@ -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)
{

View File

@ -665,7 +665,7 @@
<ClCompile Include="EditorObjectSelectionSession.cpp" />
<ClCompile Include="entity\Balloon.cpp" />
<ClCompile Include="entity\Duck.cpp" />
<ClCompile Include="entity\Entity.cpp" />
<ClCompile Include="entity\EntityBase.cpp" />
<ClCompile Include="entity\EntityRegistry.cpp" />
<ClCompile Include="entity\EntityTweener.cpp" />
<ClCompile Include="entity\Fountain.cpp" />