diff options
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 3 | ||||
-rw-r--r-- | source.list | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index b86376c87..108990791 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -456,6 +456,9 @@ RelativePath=".\..\src\heightmap.h"> </File> <File + RelativePath=".\..\src\helpers.hpp"> + </File> + <File RelativePath=".\..\src\industry.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index d7a206408..e2bba363e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -739,6 +739,9 @@ RelativePath=".\..\src\heightmap.h"> </File> <File + RelativePath=".\..\src\helpers.hpp"> + </File> + <File RelativePath=".\..\src\industry.h"> </File> <File diff --git a/source.list b/source.list index e7247a7b8..0204e01cd 100644 --- a/source.list +++ b/source.list @@ -112,6 +112,7 @@ gfxinit.h gui.h hal.h heightmap.h +helpers.hpp industry.h livery.h macros.h |