mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-13 01:29:10 +00:00
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user