diff options
author | smatz <smatz@openttd.org> | 2007-12-05 17:08:10 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2007-12-05 17:08:10 +0000 |
commit | eda592128415c3f19522f53ccf104ca7a9d63a4d (patch) | |
tree | 3cbf0f2627d7c1bc42c9dfe7411d41725768339f /projects | |
parent | 079482f0a214ee12b17b2728fa0cbaec4d752544 (diff) | |
download | openttd-eda592128415c3f19522f53ccf104ca7a9d63a4d.tar.xz |
(svn r11576) -Codechange: enumerize and comment station GUI
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 6c342e7e3..a13a668ba 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -670,6 +670,9 @@ RelativePath=".\..\src\station.h"> </File> <File + RelativePath=".\..\src\station_gui.h"> + </File> + <File RelativePath=".\..\src\stdafx.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 43ebd4985..44b7abe27 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1124,6 +1124,10 @@ > </File> <File + RelativePath=".\..\src\station_gui.h" + > + </File> + <File RelativePath=".\..\src\stdafx.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 147a48167..722c27812 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1121,6 +1121,10 @@ > </File> <File + RelativePath=".\..\src\station_gui.h" + > + </File> + <File RelativePath=".\..\src\stdafx.h" > </File> |