1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-21 14:53:02 +01:00

add park objective window

This commit is contained in:
IntelOrca
2014-04-14 21:25:20 +01:00
parent b4b885a706
commit 3f59b7ad9e
7 changed files with 383 additions and 2 deletions

View File

@@ -73,6 +73,7 @@
<ClCompile Include="..\src\window_game_bottom_toolbar.c" />
<ClCompile Include="..\src\window_dropdown.c" />
<ClCompile Include="..\src\window_land.c" />
<ClCompile Include="..\src\window_park.c" />
<ClCompile Include="..\src\window_title_exit.c" />
<ClCompile Include="..\src\window_title_logo.c" />
<ClCompile Include="..\src\window_main.c" />

View File

@@ -209,6 +209,9 @@
<ClCompile Include="..\src\window_water.c">
<Filter>Windows</Filter>
</ClCompile>
<ClCompile Include="..\src\window_park.c">
<Filter>Windows</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\openrct2.exe">