diff options
author | belugas <belugas@openttd.org> | 2006-05-18 02:43:23 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-05-18 02:43:23 +0000 |
commit | a102163239095d257f1dcd8bdc98864e1b08f5b6 (patch) | |
tree | f50ceeccb76f9dbc449f73b1d3f99335b55550b2 /openttd.vcproj | |
parent | 282b76a0b3683fda13eb8c413720aff957c74f8b (diff) | |
download | openttd-a102163239095d257f1dcd8bdc98864e1b08f5b6.tar.xz |
(svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Clearing engine and newgrf_engine from cargo related structures.
Apart from moving stuff cargo related, there is nothing really newcargo for now.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 4a82db4ee..4e390dd76 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -277,6 +277,9 @@ RelativePath=".\newgrf.c"> </File> <File + RelativePath=".\newgrf_cargo.c"> + </File> + <File RelativePath=".\newgrf_engine.c"> </File> <File @@ -503,6 +506,9 @@ RelativePath=".\newgrf_callbacks.h"> </File> <File + RelativePath=".\newgrf_cargo.h"> + </File> + <File RelativePath=".\newgrf_engine.h"> </File> <File |