mirror of https://github.com/OpenTTD/OpenTTD
(svn r10264) -Fix: forgot to add texteff.hpp to the project files
parent
046b6f18da
commit
38da76acb7
|
@ -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>
|
||||||
|
|
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue