1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 04:05:49 +01:00

Rename Rain.{cpp,h} to Weather.{cpp,h} (#12914)

This commit is contained in:
Michael Steenbeek
2020-09-13 00:32:26 +02:00
committed by GitHub
parent a9cd89d02e
commit cf5b48a9dd
6 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
# include <openrct2/drawing/IDrawingContext.h>
# include <openrct2/drawing/IDrawingEngine.h>
# include <openrct2/drawing/LightFX.h>
# include <openrct2/drawing/Rain.h>
# include <openrct2/drawing/Weather.h>
# include <openrct2/interface/Screenshot.h>
# include <openrct2/ui/UiContext.h>
# include <unordered_map>

View File

@@ -7,7 +7,7 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include "Rain.h"
#include "Weather.h"
#include "../config/Config.h"
#include "../interface/Viewport.h"

View File

@@ -21,7 +21,7 @@
#include "IDrawingContext.h"
#include "IDrawingEngine.h"
#include "LightFX.h"
#include "Rain.h"
#include "Weather.h"
#include <algorithm>
#include <cstring>

View File

@@ -189,7 +189,7 @@
<ClInclude Include="drawing\ImageImporter.h" />
<ClInclude Include="drawing\LightFX.h" />
<ClInclude Include="drawing\NewDrawing.h" />
<ClInclude Include="drawing\Rain.h" />
<ClInclude Include="drawing\Weather.h" />
<ClInclude Include="drawing\Text.h" />
<ClInclude Include="drawing\TTF.h" />
<ClInclude Include="drawing\X8DrawingEngine.h" />
@@ -510,7 +510,7 @@
<ClCompile Include="drawing\LightFX.cpp" />
<ClCompile Include="drawing\Line.cpp" />
<ClCompile Include="drawing\NewDrawing.cpp" />
<ClCompile Include="drawing\Rain.cpp" />
<ClCompile Include="drawing\Weather.cpp" />
<ClCompile Include="drawing\Rect.cpp" />
<ClCompile Include="drawing\ScrollingText.cpp" />
<ClCompile Include="drawing\SSE41Drawing.cpp" />
@@ -770,4 +770,4 @@
<ClCompile Include="world\Wall.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>