diff options
author | glx <glx@openttd.org> | 2007-09-14 23:46:49 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-09-14 23:46:49 +0000 |
commit | fbbba11e13e673c14ff1cd2961a3acdc2892bc7e (patch) | |
tree | 432af104186ae8ebfddc650addab73b2179a2184 | |
parent | f438dcdd67f5f3654a2ef937bfa7af4ff762966c (diff) | |
download | openttd-fbbba11e13e673c14ff1cd2961a3acdc2892bc7e.tar.xz |
(svn r11110) -Fix (r11107): somebody forgot to update project files ;)
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 6500d1d9f..0a7e6bb26 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -403,6 +403,9 @@ RelativePath=".\..\src\articulated_vehicles.h"> </File> <File + RelativePath=".\..\src\autoslope.h"> + </File> + <File RelativePath=".\..\src\aystar.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 2d3e49bc7..2a79f1c91 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -768,6 +768,10 @@ > </File> <File + RelativePath=".\..\src\autoslope.h" + > + </File> + <File RelativePath=".\..\src\aystar.h" > </File> |