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 | 68572f1076de258cc8ec26926d1e87503f6a9aae (patch) | |
tree | e63cd1b8346fd2727f464367928e91ad1aac22ca /projects | |
parent | 8353032129970458bfb76c40972e9a575432c6a0 (diff) | |
download | openttd-68572f1076de258cc8ec26926d1e87503f6a9aae.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> |