diff options
author | rubidium <rubidium@openttd.org> | 2008-03-23 07:35:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-23 07:35:29 +0000 |
commit | 672087ecf603b64cf20aa96b950ee2a6bdf1e3c6 (patch) | |
tree | b8ecc029a1471dcfbee5f01f224bcf9ffe931ab7 /projects | |
parent | 449b51a8b4ab90c72a8a7b43fb1016d8e342c61e (diff) | |
download | openttd-672087ecf603b64cf20aa96b950ee2a6bdf1e3c6.tar.xz |
(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index d0832dc07..9898ff70b 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1352,6 +1352,10 @@ > </File> <File + RelativePath=".\..\src\toolbar_gui.h" + > + </File> + <File RelativePath=".\..\src\track_func.h" > </File> @@ -1568,6 +1572,10 @@ > </File> <File + RelativePath=".\..\src\toolbar_gui.cpp" + > + </File> + <File RelativePath=".\..\src\town_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 6865d21fb..7b7561e62 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1349,6 +1349,10 @@ > </File> <File + RelativePath=".\..\src\toolbar_gui.h" + > + </File> + <File RelativePath=".\..\src\track_func.h" > </File> @@ -1565,6 +1569,10 @@ > </File> <File + RelativePath=".\..\src\toolbar_gui.cpp" + > + </File> + <File RelativePath=".\..\src\town_gui.cpp" > </File> |