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

Move fountain files to C++

This commit is contained in:
Ted John
2017-03-23 17:56:39 +00:00
parent a5744dcaee
commit 9e4efb67b1
5 changed files with 6 additions and 6 deletions

View File

@@ -408,7 +408,7 @@
<ClCompile Include="windows\water.c" />
<ClCompile Include="world\Climate.cpp" />
<ClCompile Include="world\footpath.c" />
<ClCompile Include="world\fountain.c" />
<ClCompile Include="world\Fountain.cpp" />
<ClCompile Include="world\map.c" />
<ClCompile Include="world\mapgen.c" />
<ClCompile Include="world\map_animation.c" />
@@ -600,7 +600,7 @@
<ClInclude Include="world\Climate.h" />
<ClInclude Include="world\entrance.h" />
<ClInclude Include="world\footpath.h" />
<ClInclude Include="world\fountain.h" />
<ClInclude Include="world\Fountain.h" />
<ClInclude Include="world\map.h" />
<ClInclude Include="world\mapgen.h" />
<ClInclude Include="world\map_animation.h" />
@@ -618,4 +618,4 @@
<Image Include="..\..\resources\logo\icon.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>

View File

@@ -16,7 +16,7 @@
#include "../game.h"
#include "../scenario/scenario.h"
#include "fountain.h"
#include "Fountain.h"
#include "map.h"
#include "scenery.h"
#include "sprite.h"

View File

@@ -21,7 +21,7 @@
#include "../cheats.h"
#include "../object_list.h"
#include "Climate.h"
#include "fountain.h"
#include "Fountain.h"
#include "map.h"
#include "park.h"
#include "scenery.h"

View File

@@ -23,7 +23,7 @@
#include "../OpenRCT2.h"
#include "../rct2/addresses.h"
#include "../scenario/scenario.h"
#include "fountain.h"
#include "Fountain.h"
#include "sprite.h"
#ifdef NO_RCT2