(svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.

This commit is contained in:
maedhros
2007-01-21 12:35:35 +00:00
parent cf06eae3bb
commit babda828ab
7 changed files with 159 additions and 139 deletions

View File

@@ -741,6 +741,9 @@
<File
RelativePath=".\..\src\ship_gui.cpp">
</File>
<File
RelativePath=".\..\src\signs_gui.cpp">
</File>
<File
RelativePath=".\..\src\smallmap_gui.cpp">
</File>

View File

@@ -1024,6 +1024,9 @@
<File
RelativePath=".\..\src\ship_gui.cpp">
</File>
<File
RelativePath=".\..\src\signs_gui.cpp">
</File>
<File
RelativePath=".\..\src\smallmap_gui.cpp">
</File>