diff options
author | rubidium <rubidium@openttd.org> | 2008-03-28 18:00:38 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-28 18:00:38 +0000 |
commit | 49a040e6ad50e552bd4c2bfc049b4432e43cebff (patch) | |
tree | b9cba7a8f28964bd54d5599b4a146ab3d27b8f80 /projects | |
parent | bb1f6570766dad81bb1fe4ea5bb78e78060e016f (diff) | |
download | openttd-49a040e6ad50e552bd4c2bfc049b4432e43cebff.tar.xz |
(svn r12476) -Codechange: split type engine related types from engine.h (and openttd.h) to engine_type.h.
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 b80b046af..f28f0d69e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -936,6 +936,10 @@ > </File> <File + RelativePath=".\..\src\engine_type.h" + > + </File> + <File RelativePath=".\..\src\core\enum_type.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index b639ab3c2..1032affd2 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -933,6 +933,10 @@ > </File> <File + RelativePath=".\..\src\engine_type.h" + > + </File> + <File RelativePath=".\..\src\core\enum_type.hpp" > </File> |