mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
This commit is contained in:
parent
bbc173dfc6
commit
1118e389e9
@ -747,6 +747,10 @@
|
|||||||
RelativePath=".\..\src\fiber_win32.cpp"
|
RelativePath=".\..\src\fiber_win32.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\thread_none.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\tile_map.cpp"
|
RelativePath=".\..\src\tile_map.cpp"
|
||||||
>
|
>
|
||||||
@ -1291,6 +1295,10 @@
|
|||||||
RelativePath=".\..\src\player_type.h"
|
RelativePath=".\..\src\player_type.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\querystring_gui.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\queue.h"
|
RelativePath=".\..\src\queue.h"
|
||||||
>
|
>
|
||||||
|
@ -744,6 +744,10 @@
|
|||||||
RelativePath=".\..\src\fiber_win32.cpp"
|
RelativePath=".\..\src\fiber_win32.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\thread_none.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\tile_map.cpp"
|
RelativePath=".\..\src\tile_map.cpp"
|
||||||
>
|
>
|
||||||
@ -1288,6 +1292,10 @@
|
|||||||
RelativePath=".\..\src\player_type.h"
|
RelativePath=".\..\src\player_type.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\querystring_gui.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\queue.h"
|
RelativePath=".\..\src\queue.h"
|
||||||
>
|
>
|
||||||
|
@ -248,6 +248,7 @@ player_face.h
|
|||||||
player_func.h
|
player_func.h
|
||||||
player_gui.h
|
player_gui.h
|
||||||
player_type.h
|
player_type.h
|
||||||
|
querystring_gui.h
|
||||||
queue.h
|
queue.h
|
||||||
rail.h
|
rail.h
|
||||||
rail_gui.h
|
rail_gui.h
|
||||||
|
Loading…
Reference in New Issue
Block a user