diff options
author | smatz <smatz@openttd.org> | 2008-05-08 16:48:29 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-05-08 16:48:29 +0000 |
commit | b4968c6bea212fcc655147a91063973a103abdf7 (patch) | |
tree | 4102a7e524984bc47f14e70bc388938ea0c957c7 /projects | |
parent | 11d36d5e46ca4c03cc8e3a94fc248fdfabd90e3a (diff) | |
download | openttd-b4968c6bea212fcc655147a91063973a103abdf7.tar.xz |
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
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 6f71224f7..caec08917 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -968,6 +968,10 @@ > </File> <File + RelativePath=".\..\src\elrail_func.h" + > + </File> + <File RelativePath=".\..\src\core\endian_func.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index a89a3a3fb..b84ebdc71 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -965,6 +965,10 @@ > </File> <File + RelativePath=".\..\src\elrail_func.h" + > + </File> + <File RelativePath=".\..\src\core\endian_func.hpp" > </File> |