diff options
author | peter1138 <peter1138@openttd.org> | 2008-05-27 12:24:23 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-05-27 12:24:23 +0000 |
commit | f7a9c4f522ed0b929627f68012484a501677546d (patch) | |
tree | 598591d68e4b9ad6ce1e2e56259ba09418a15ecd /projects | |
parent | 6d46851b61e482965412d2e4b74d1846efefe21d (diff) | |
download | openttd-f7a9c4f522ed0b929627f68012484a501677546d.tar.xz |
(svn r13287) -Codechange: move engine list gui code away from engine.cpp (and its headers) to engine_gui.cpp
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 03062dc07..a57c1f4dd 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1000,6 +1000,10 @@ > </File> <File + RelativePath=".\..\src\engine_gui.h" + > + </File> + <File RelativePath=".\..\src\engine_type.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 89fbb1c9c..9b2dd1c48 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -997,6 +997,10 @@ > </File> <File + RelativePath=".\..\src\engine_gui.h" + > + </File> + <File RelativePath=".\..\src\engine_type.h" > </File> |