(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.
This commit is contained in:
belugas
2006-05-18 02:43:23 +00:00
parent 0194a3da1e
commit 69f47611db
10 changed files with 161 additions and 123 deletions

View File

@@ -276,6 +276,9 @@
<File
RelativePath=".\newgrf.c">
</File>
<File
RelativePath=".\newgrf_cargo.c">
</File>
<File
RelativePath=".\newgrf_engine.c">
</File>
@@ -502,6 +505,9 @@
<File
RelativePath=".\newgrf_callbacks.h">
</File>
<File
RelativePath=".\newgrf_cargo.h">
</File>
<File
RelativePath=".\newgrf_engine.h">
</File>