diff options
author | maedhros <maedhros@openttd.org> | 2007-01-21 12:35:35 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-01-21 12:35:35 +0000 |
commit | 38647bb426c862b1266d335a6e91daab89335afa (patch) | |
tree | 34e07eb38177465fc3e40e25c165764ca6007b9e /projects | |
parent | 7a7562d8e24f231f5e1a66281f1ec99027a86d1d (diff) | |
download | openttd-38647bb426c862b1266d335a6e91daab89335afa.tar.xz |
(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.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 141c855b5..279a36577 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -742,6 +742,9 @@ RelativePath=".\..\src\ship_gui.cpp"> </File> <File + RelativePath=".\..\src\signs_gui.cpp"> + </File> + <File RelativePath=".\..\src\smallmap_gui.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f240303b7..161db4e8c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1025,6 +1025,9 @@ RelativePath=".\..\src\ship_gui.cpp"> </File> <File + RelativePath=".\..\src\signs_gui.cpp"> + </File> + <File RelativePath=".\..\src\smallmap_gui.cpp"> </File> <File |