diff options
author | frosch <frosch@openttd.org> | 2010-01-16 22:25:44 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-01-16 22:25:44 +0000 |
commit | d27999e4463edfb46158687343cd0e4f339a81a1 (patch) | |
tree | 81958834fbc08b062066858b039cf8e4ecdb83ec /projects | |
parent | 199091600a9040f25c99b20431b5a2e072d19049 (diff) | |
download | openttd-d27999e4463edfb46158687343cd0e4f339a81a1.tar.xz |
(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file.
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 d1a8fbf7c..f8f1d79f3 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -684,6 +684,10 @@ > </File> <File + RelativePath=".\..\src\sprite.cpp" + > + </File> + <File RelativePath=".\..\src\spritecache.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index f9e234b2b..8c9c4962e 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -681,6 +681,10 @@ > </File> <File + RelativePath=".\..\src\sprite.cpp" + > + </File> + <File RelativePath=".\..\src\spritecache.cpp" > </File> |