(svn r10264) -Fix: forgot to add texteff.hpp to the project files

This commit is contained in:
truelight 2007-06-22 09:44:21 +00:00
parent 046b6f18da
commit 38da76acb7
3 changed files with 8 additions and 0 deletions

View File

@ -644,6 +644,9 @@
<File <File
RelativePath=".\..\src\string.h"> RelativePath=".\..\src\string.h">
</File> </File>
<File
RelativePath=".\..\src\texteff.hpp">
</File>
<File <File
RelativePath=".\..\src\tgp.h"> RelativePath=".\..\src\tgp.h">
</File> </File>

View File

@ -1087,6 +1087,10 @@
RelativePath=".\..\src\string.h" RelativePath=".\..\src\string.h"
> >
</File> </File>
<File
RelativePath=".\..\src\texteff.hpp"
>
</File>
<File <File
RelativePath=".\..\src\tgp.h" RelativePath=".\..\src\tgp.h"
> >

View File

@ -182,6 +182,7 @@ spritecache.h
station.h station.h
stdafx.h stdafx.h
string.h string.h
texteff.hpp
tgp.h tgp.h
thread.h thread.h
tile.h tile.h