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 | 43ccaf25a8c33345db9ce043dd7a756ca3f6cd4a (patch) | |
tree | 85bfe57bcb2e5202e1327d7c4b7f7ee6adfa7367 /projects | |
parent | ab4141bf82e1e70c02a9b8b009ef199be6cd0f93 (diff) | |
download | openttd-43ccaf25a8c33345db9ce043dd7a756ca3f6cd4a.tar.xz |
(svn r8104) -Fix: missing helpers.hpp added into source.list and VC
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 3 |
2 files changed, 6 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 |