diff options
author | yexo <yexo@openttd.org> | 2010-02-22 16:09:26 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-02-22 16:09:26 +0000 |
commit | dd7c2b2f9db8b2ca2339d43fcf7b0f6da46e8c96 (patch) | |
tree | 941044d28637aa6339bec4d3f35d1a5743e318ea /projects | |
parent | 5ebc0a16c828e8504858239154a6a70855837556 (diff) | |
download | openttd-dd7c2b2f9db8b2ca2339d43fcf7b0f6da46e8c96.tar.xz |
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
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 d89b43bfa..d7a5ffc52 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1148,6 +1148,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_airport.h" + > + </File> + <File RelativePath=".\..\src\newgrf_airporttiles.h" > </File> @@ -3176,6 +3180,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_airport.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_airporttiles.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 5f90636d6..9021d6294 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1145,6 +1145,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_airport.h" + > + </File> + <File RelativePath=".\..\src\newgrf_airporttiles.h" > </File> @@ -3173,6 +3177,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_airport.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_airporttiles.cpp" > </File> |