diff options
-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 |