diff options
author | truelight <truelight@openttd.org> | 2007-06-22 09:44:21 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-06-22 09:44:21 +0000 |
commit | 38da76acb749aafbf0761bae9d29d9309ade8568 (patch) | |
tree | 1b17f4bcafe6732c9ba8c6ee834071952ec46d23 /projects | |
parent | 046b6f18da190c5d7c3e7431b925c338e6e3d97e (diff) | |
download | openttd-38da76acb749aafbf0761bae9d29d9309ade8568.tar.xz |
(svn r10264) -Fix: forgot to add texteff.hpp to the project files
Diffstat (limited to 'projects')
-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 931fe7fb7..ee294dc98 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -645,6 +645,9 @@ RelativePath=".\..\src\string.h"> </File> <File + RelativePath=".\..\src\texteff.hpp"> + </File> + <File RelativePath=".\..\src\tgp.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 33092e6f6..28f1d7a01 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1088,6 +1088,10 @@ > </File> <File + RelativePath=".\..\src\texteff.hpp" + > + </File> + <File RelativePath=".\..\src\tgp.h" > </File> |