1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

add land window

This commit is contained in:
IntelOrca
2014-04-13 22:23:56 +01:00
parent f2f1f46880
commit b98ca0e45b
13 changed files with 217 additions and 25 deletions

View File

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

View File

@@ -203,6 +203,9 @@
<ClCompile Include="..\src\window_game_top_toolbar.c">
<Filter>Windows</Filter>
</ClCompile>
<ClCompile Include="..\src\window_land.c">
<Filter>Windows</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\openrct2.exe">