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:
@@ -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" />
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user