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

Remove Paint.Litter.cpp

This commit is contained in:
ζeh Matt
2021-11-27 15:55:42 +02:00
parent a1ea1dc4fb
commit fd2f3edbf2
2 changed files with 0 additions and 15 deletions

View File

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

View File

@@ -1,14 +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 "../../entity/Litter.h"
#include "../../interface/Viewport.h"
#include "../Paint.h"
#include "../sprites.h"
#include "Paint.Sprite.h"