diff options
author | rubidium <rubidium@openttd.org> | 2008-03-28 16:32:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-28 16:32:27 +0000 |
commit | 7f139373aa2f884ba6d74fd7a07030df4b29db62 (patch) | |
tree | ed475a8e0c2e0d66570aa6756d880db92f3884d4 /projects | |
parent | 450d234745250712b90a8ce91a8fb43673cb9204 (diff) | |
download | openttd-7f139373aa2f884ba6d74fd7a07030df4b29db62.tar.xz |
(svn r12467) -Codechange: move DepotID to a more logical location.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 48efeed1c..5b61359f0 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -892,6 +892,10 @@ > </File> <File + RelativePath=".\..\src\depot_type.h" + > + </File> + <File RelativePath=".\..\src\direction_func.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index c7edde6e8..98c44fdff 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -889,6 +889,10 @@ > </File> <File + RelativePath=".\..\src\depot_type.h" + > + </File> + <File RelativePath=".\..\src\direction_func.h" > </File> |