1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h

This commit is contained in:
rubidium
2011-08-21 12:48:46 +00:00
parent a67cf6bae1
commit 421053a694
15 changed files with 102 additions and 25 deletions

View File

@@ -343,6 +343,7 @@
<ClCompile Include="..\src\order_backup.cpp" />
<ClCompile Include="..\src\os_timer.cpp" />
<ClCompile Include="..\src\pbs.cpp" />
<ClCompile Include="..\src\progress.cpp" />
<ClCompile Include="..\src\rail.cpp" />
<ClCompile Include="..\src\rev.cpp" />
<ClCompile Include="..\src\road.cpp" />
@@ -514,6 +515,7 @@
<ClInclude Include="..\src\order_func.h" />
<ClInclude Include="..\src\order_type.h" />
<ClInclude Include="..\src\pbs.h" />
<ClInclude Include="..\src\progress.h" />
<ClInclude Include="..\src\querystring_gui.h" />
<ClInclude Include="..\src\rail.h" />
<ClInclude Include="..\src\rail_gui.h" />

View File

@@ -249,6 +249,9 @@
<ClCompile Include="..\src\pbs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\progress.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\rail.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -762,6 +765,9 @@
<ClInclude Include="..\src\pbs.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\progress.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\querystring_gui.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@@ -642,6 +642,10 @@
RelativePath=".\..\src\pbs.cpp"
>
</File>
<File
RelativePath=".\..\src\progress.cpp"
>
</File>
<File
RelativePath=".\..\src\rail.cpp"
>
@@ -1330,6 +1334,10 @@
RelativePath=".\..\src\pbs.h"
>
</File>
<File
RelativePath=".\..\src\progress.h"
>
</File>
<File
RelativePath=".\..\src\querystring_gui.h"
>

View File

@@ -639,6 +639,10 @@
RelativePath=".\..\src\pbs.cpp"
>
</File>
<File
RelativePath=".\..\src\progress.cpp"
>
</File>
<File
RelativePath=".\..\src\rail.cpp"
>
@@ -1327,6 +1331,10 @@
RelativePath=".\..\src\pbs.h"
>
</File>
<File
RelativePath=".\..\src\progress.h"
>
</File>
<File
RelativePath=".\..\src\querystring_gui.h"
>