diff options
author | rubidium <rubidium@openttd.org> | 2010-05-12 13:15:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-05-12 13:15:36 +0000 |
commit | afffced76dd13de06af35886a75abcde58a33a0e (patch) | |
tree | 8eeef116b574cd7c2774c1075abe75a19b8d86ce | |
parent | a673b56fb4b31a047b57ec1cfba155d7ca29aea0 (diff) | |
download | openttd-afffced76dd13de06af35886a75abcde58a33a0e.tar.xz |
(svn r19794) -Fix: missing header in MSVC project files
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 | ||||
-rw-r--r-- | source.list | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index da52f330b..acb562db1 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2280,6 +2280,10 @@ > </File> <File + RelativePath=".\..\src\table\newgrf_debug_data.h" + > + </File> + <File RelativePath=".\..\src\table\palette_convert.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 6d0e652b7..71f2e65cb 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2277,6 +2277,10 @@ > </File> <File + RelativePath=".\..\src\table\newgrf_debug_data.h" + > + </File> + <File RelativePath=".\..\src\table\palette_convert.h" > </File> diff --git a/source.list b/source.list index b32af8176..f0a28078f 100644 --- a/source.list +++ b/source.list @@ -500,6 +500,7 @@ table/engines.h table/genland.h table/industry_land.h table/landscape_sprite.h +table/newgrf_debug_data.h table/palette_convert.h table/palettes.h table/pricebase.h |