diff options
author | rubidium <rubidium@openttd.org> | 2007-09-22 12:59:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-09-22 12:59:43 +0000 |
commit | c68c83dffa2edbf854935effedeac0c4697d5db7 (patch) | |
tree | abf69599a75ef23c1a5e3ed954a9d8866fe64a27 /projects | |
parent | 47dd4989a8dabe485d87743468b3eddb18e19bb6 (diff) | |
download | openttd-c68c83dffa2edbf854935effedeac0c4697d5db7.tar.xz |
(svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 0a7e6bb26..e47fba85f 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -571,6 +571,9 @@ RelativePath=".\..\src\newgrf_station.h"> </File> <File + RelativePath=".\..\src\newgrf_storage.h"> + </File> + <File RelativePath=".\..\src\newgrf_text.h"> </File> <File @@ -1122,6 +1125,9 @@ RelativePath=".\..\src\newgrf_station.cpp"> </File> <File + RelativePath=".\..\src\newgrf_storage.cpp"> + </File> + <File RelativePath=".\..\src\newgrf_text.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 2a79f1c91..70f1cd775 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -992,6 +992,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_storage.h" + > + </File> + <File RelativePath=".\..\src\newgrf_text.h" > </File> @@ -1716,6 +1720,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_storage.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_text.cpp" > </File> |