1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove Paint.Misc.cpp

This commit is contained in:
ζeh Matt
2021-11-27 15:47:23 +02:00
parent 53e4bf1bbf
commit 97bcfcff82
2 changed files with 0 additions and 20 deletions

View File

@@ -755,7 +755,6 @@
<ClCompile Include="paint\Painter.cpp" />
<ClCompile Include="paint\PaintHelpers.cpp" />
<ClCompile Include="paint\sprite\Paint.Litter.cpp" />
<ClCompile Include="paint\sprite\Paint.Misc.cpp" />
<ClCompile Include="paint\sprite\Paint.Peep.cpp" />
<ClCompile Include="paint\sprite\Paint.Sprite.cpp" />
<ClCompile Include="paint\Supports.cpp" />

View File

@@ -1,19 +0,0 @@
/*****************************************************************************
* Copyright (c) 2014-2020 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include "../../drawing/Drawing.h"
#include "../../entity/Balloon.h"
#include "../../entity/Duck.h"
#include "../../entity/Fountain.h"
#include "../../entity/MoneyEffect.h"
#include "../../entity/Particle.h"
#include "../../interface/Viewport.h"
#include "../../localisation/StringIds.h"
#include "../Paint.h"
#include "Paint.Sprite.h"