mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r10264) -Fix: forgot to add texteff.hpp to the project files
This commit is contained in:
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
Block a user