diff options
author | rubidium <rubidium@openttd.org> | 2009-07-22 10:18:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-22 10:18:19 +0000 |
commit | cb0409fe529586fc85cf3a1f7526c2ad6f9a53d6 (patch) | |
tree | 06dbe1abe0377239177fb7909877f9cfdf14f057 /projects | |
parent | 565b99db223824ae1bf9dd10ffdc075753ce2050 (diff) | |
download | openttd-cb0409fe529586fc85cf3a1f7526c2ad6f9a53d6.tar.xz |
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c2484f44c..0f0a7a399 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1612,7 +1612,11 @@ > </File> <File - RelativePath=".\..\src\waypoint.h" + RelativePath=".\..\src\waypoint_base.h" + > + </File> + <File + RelativePath=".\..\src\waypoint_func.h" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 325e2f926..c0882f493 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1609,7 +1609,11 @@ > </File> <File - RelativePath=".\..\src\waypoint.h" + RelativePath=".\..\src\waypoint_base.h" + > + </File> + <File + RelativePath=".\..\src\waypoint_func.h" > </File> <File |