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
|
||||
RelativePath=".\..\src\string.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\texteff.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\tgp.h">
|
||||
</File>
|
||||
|
|
|
@ -1087,6 +1087,10 @@
|
|||
RelativePath=".\..\src\string.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\texteff.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\tgp.h"
|
||||
>
|
||||
|
|
|
@ -182,6 +182,7 @@ spritecache.h
|
|||
station.h
|
||||
stdafx.h
|
||||
string.h
|
||||
texteff.hpp
|
||||
tgp.h
|
||||
thread.h
|
||||
tile.h
|
||||
|
|
Loading…
Reference in New Issue