1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.

This commit is contained in:
rubidium
2007-09-22 12:59:43 +00:00
parent 47dd4989a8
commit c68c83dffa
9 changed files with 240 additions and 18 deletions

View File

@@ -570,6 +570,9 @@
<File
RelativePath=".\..\src\newgrf_station.h">
</File>
<File
RelativePath=".\..\src\newgrf_storage.h">
</File>
<File
RelativePath=".\..\src\newgrf_text.h">
</File>
@@ -1121,6 +1124,9 @@
<File
RelativePath=".\..\src\newgrf_station.cpp">
</File>
<File
RelativePath=".\..\src\newgrf_storage.cpp">
</File>
<File
RelativePath=".\..\src\newgrf_text.cpp">
</File>

View File

@@ -991,6 +991,10 @@
RelativePath=".\..\src\newgrf_station.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_storage.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_text.h"
>
@@ -1715,6 +1719,10 @@
RelativePath=".\..\src\newgrf_station.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_storage.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_text.cpp"
>