mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Rename Entity.cpp to EntityBase.cpp
This commit is contained in:
@@ -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)
|
||||
{
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user