diff options
author | yexo <yexo@openttd.org> | 2010-01-17 14:22:07 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-01-17 14:22:07 +0000 |
commit | 830af8ee77bbbedb23f4caa53c8b47c20235f1b2 (patch) | |
tree | c1ff6197676c450a2487b608dc646bcb3df7b3ae /projects | |
parent | f920415752e3b9e4e18dcd602e535d0c9b49e5d8 (diff) | |
download | openttd-830af8ee77bbbedb23f4caa53c8b47c20235f1b2.tar.xz |
(svn r18845) -Codechange: introduce AirportTileSpec and use it for animation
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 f8f1d79f3..694d02efb 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2176,6 +2176,10 @@ > </File> <File + RelativePath=".\..\src\table\airporttiles.h" + > + </File> + <File RelativePath=".\..\src\table\airport_movement.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 8c9c4962e..f89f3b302 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2173,6 +2173,10 @@ > </File> <File + RelativePath=".\..\src\table\airporttiles.h" + > + </File> + <File RelativePath=".\..\src\table\airport_movement.h" > </File> |