summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/openttd.vcproj20
-rw-r--r--projects/openttd_vs80.vcproj26
-rw-r--r--source.list6
3 files changed, 25 insertions, 27 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index d9880d3a4..a439556d2 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -393,9 +393,6 @@
RelativePath=".\..\src\articulated_vehicles.h">
</File>
<File
- RelativePath=".\..\src\autoreplace_cmd.h">
- </File>
- <File
RelativePath=".\..\src\aystar.h">
</File>
<File
@@ -480,6 +477,9 @@
RelativePath=".\..\src\industry.h">
</File>
<File
+ RelativePath=".\..\src\landscape.h">
+ </File>
+ <File
RelativePath=".\..\src\livery.h">
</File>
<File
@@ -870,9 +870,6 @@
RelativePath=".\..\src\table\ai_rail.h">
</File>
<File
- RelativePath=".\..\src\table\allstrings.h">
- </File>
- <File
RelativePath=".\..\src\table\animcursors.h">
</File>
<File
@@ -921,7 +918,7 @@
RelativePath=".\..\src\table\station_land.h">
</File>
<File
- RelativePath=".\..\src\table\strings.h">
+ RelativePath=".\..\src\..\objs\langs\table\strings.h">
</File>
<File
RelativePath=".\..\src\table\town_land.h">
@@ -936,9 +933,6 @@
RelativePath=".\..\src\table\tree_land.h">
</File>
<File
- RelativePath=".\..\src\table\tunnel_land.h">
- </File>
- <File
RelativePath=".\..\src\table\unmovable_land.h">
</File>
<File
@@ -971,6 +965,12 @@
Name="Blitters"
Filter="">
<File
+ RelativePath=".\..\src\blitter\32bpp_anim.cpp">
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\32bpp_anim.hpp">
+ </File>
+ <File
RelativePath=".\..\src\blitter\32bpp_base.cpp">
</File>
<File
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 407232275..f3129305a 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -752,10 +752,6 @@
>
</File>
<File
- RelativePath=".\..\src\autoreplace_cmd.h"
- >
- </File>
- <File
RelativePath=".\..\src\aystar.h"
>
</File>
@@ -868,6 +864,10 @@
>
</File>
<File
+ RelativePath=".\..\src\landscape.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\livery.h"
>
</File>
@@ -1384,10 +1384,6 @@
>
</File>
<File
- RelativePath=".\..\src\table\allstrings.h"
- >
- </File>
- <File
RelativePath=".\..\src\table\animcursors.h"
>
</File>
@@ -1452,7 +1448,7 @@
>
</File>
<File
- RelativePath=".\..\src\table\strings.h"
+ RelativePath=".\..\src\..\objs\langs\table\strings.h"
>
</File>
<File
@@ -1472,10 +1468,6 @@
>
</File>
<File
- RelativePath=".\..\src\table\tunnel_land.h"
- >
- </File>
- <File
RelativePath=".\..\src\table\unmovable_land.h"
>
</File>
@@ -1516,6 +1508,14 @@
Name="Blitters"
>
<File
+ RelativePath=".\..\src\blitter\32bpp_anim.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\blitter\32bpp_anim.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\blitter\32bpp_base.cpp"
>
</File>
diff --git a/source.list b/source.list
index 8dc549b7e..6445d213b 100644
--- a/source.list
+++ b/source.list
@@ -98,7 +98,6 @@ aircraft.h
airport.h
airport_movement.h
articulated_vehicles.h
-autoreplace_cmd.h
aystar.h
bmp.h
cargotype.h
@@ -127,6 +126,7 @@ hal.h
heightmap.h
helpers.hpp
industry.h
+landscape.h
livery.h
macros.h
map.h
@@ -259,7 +259,6 @@ water_cmd.cpp
# Tables
table/ai_rail.h
-table/allstrings.h
table/animcursors.h
table/autorail.h
table/build_industry.h
@@ -276,12 +275,11 @@ table/road_land.h
table/roadveh.h
table/sprites.h
table/station_land.h
-table/strings.h
+../objs/langs/table/strings.h
table/town_land.h
table/track_land.h
table/train_cmd.h
table/tree_land.h
-table/tunnel_land.h
table/unmovable_land.h
table/water_land.h