diff options
author | KUDr <kudr@openttd.org> | 2007-01-13 16:23:24 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2007-01-13 16:23:24 +0000 |
commit | ae41162322f2954cb2b4af05887643d90611906e (patch) | |
tree | 85bfe57bcb2e5202e1327d7c4b7f7ee6adfa7367 | |
parent | 85c466b1d1af9bf68c771b160faeeabc50cb65b5 (diff) | |
download | openttd-ae41162322f2954cb2b4af05887643d90611906e.tar.xz |
(svn r8104) -Fix: missing helpers.hpp added into source.list and VC
-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 |