diff options
author | peter1138 <peter1138@openttd.org> | 2006-02-03 15:51:00 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-02-03 15:51:00 +0000 |
commit | ea4c5bbd2d3e5c964a95f76cdb53777ca7aaa376 (patch) | |
tree | 1c81fe17f8ecd4773aad3c0a614d8f1759350873 /openttd.vcproj | |
parent | b88904f345cf14a3e02313b50d81148ee9bdf6d8 (diff) | |
download | openttd-ea4c5bbd2d3e5c964a95f76cdb53777ca7aaa376.tar.xz |
(svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 35fffbd73..133a050b8 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -276,6 +276,9 @@ RelativePath=".\newgrf_engine.c"> </File> <File + RelativePath=".\newgrf_station.c"> + </File> + <File RelativePath=".\npf.c"> </File> <File @@ -342,9 +345,6 @@ RelativePath=".\spritecache.c"> </File> <File - RelativePath=".\station_newgrf.c"> - </File> - <File RelativePath=".\StdAfx.c"> </File> <File @@ -493,6 +493,9 @@ RelativePath=".\newgrf_engine.h"> </File> <File + RelativePath=".\newgrf_station.h"> + </File> + <File RelativePath=".\news.h"> </File> <File @@ -553,9 +556,6 @@ RelativePath=".\station.h"> </File> <File - RelativePath=".\station_newgrf.h"> - </File> - <File RelativePath=".\StdAfx.h"> </File> <File |