diff options
author | peter1138 <peter1138@openttd.org> | 2007-03-23 20:55:45 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-03-23 20:55:45 +0000 |
commit | f69549f1ebb7458bc7e6d6bbd81449884cdcaf4e (patch) | |
tree | e63cd1b8346fd2727f464367928e91ad1aac22ca /projects | |
parent | c63db0def3c855a3afa716713d44c37b375f08b8 (diff) | |
download | openttd-f69549f1ebb7458bc7e6d6bbd81449884cdcaf4e.tar.xz |
(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 2e01dfaca..c23dfcf05 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -926,6 +926,9 @@ RelativePath=".\..\src\newgrf.cpp"> </File> <File + RelativePath=".\..\src\newgrf_cargo.cpp"> + </File> + <File RelativePath=".\..\src\newgrf_config.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 668094f1a..360f08155 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -448,11 +448,11 @@ > </File> <File - RelativePath=".\..\src\autoreplace_cmd.cpp" + RelativePath=".\..\src\aystar.cpp" > </File> <File - RelativePath=".\..\src\aystar.cpp" + RelativePath=".\..\src\autoreplace_cmd.cpp" > </File> <File @@ -1456,6 +1456,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_cargo.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_config.cpp" > </File> |