(svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...

This commit is contained in:
peter1138
2006-12-04 08:30:04 +00:00
parent dc8992a677
commit bd66cc5756
13 changed files with 433 additions and 40 deletions

View File

@@ -315,6 +315,9 @@
<File
RelativePath=".\newgrf_cargo.c">
</File>
<File
RelativePath=".\newgrf_config.c">
</File>
<File
RelativePath=".\newgrf_engine.c">
</File>
@@ -571,6 +574,9 @@
<File
RelativePath=".\newgrf_cargo.h">
</File>
<File
RelativePath=".\newgrf_config.h">
</File>
<File
RelativePath=".\newgrf_engine.h">
</File>