(svn r23240) -Codechange: rework the code of the download status window

This commit is contained in:
rubidium
2011-11-17 21:06:41 +00:00
parent 1de7127d62
commit cc85ef493a
7 changed files with 126 additions and 63 deletions

View File

@@ -465,6 +465,7 @@
<ClInclude Include="..\src\network\network_base.h" />
<ClInclude Include="..\src\network\network_client.h" />
<ClInclude Include="..\src\network\network_content.h" />
<ClInclude Include="..\src\network\network_content_gui.h" />
<ClInclude Include="..\src\network\network_func.h" />
<ClInclude Include="..\src\network\network_gamelist.h" />
<ClInclude Include="..\src\network\network_gui.h" />

View File

@@ -615,6 +615,9 @@
<ClInclude Include="..\src\network\network_content.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\network\network_content_gui.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\network\network_func.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@@ -1134,6 +1134,10 @@
RelativePath=".\..\src\network\network_content.h"
>
</File>
<File
RelativePath=".\..\src\network\network_content_gui.h"
>
</File>
<File
RelativePath=".\..\src\network\network_func.h"
>

View File

@@ -1131,6 +1131,10 @@
RelativePath=".\..\src\network\network_content.h"
>
</File>
<File
RelativePath=".\..\src\network\network_content_gui.h"
>
</File>
<File
RelativePath=".\..\src\network\network_func.h"
>