(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 3044b7ecb6
commit 1ca06f2aae
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" />