1
0
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:
glx
2008-05-14 02:52:06 +00:00
parent bbc173dfc6
commit 1118e389e9
3 changed files with 17 additions and 0 deletions

View File

@@ -747,6 +747,10 @@
RelativePath=".\..\src\fiber_win32.cpp"
>
</File>
<File
RelativePath=".\..\src\thread_none.cpp"
>
</File>
<File
RelativePath=".\..\src\tile_map.cpp"
>
@@ -1291,6 +1295,10 @@
RelativePath=".\..\src\player_type.h"
>
</File>
<File
RelativePath=".\..\src\querystring_gui.h"
>
</File>
<File
RelativePath=".\..\src\queue.h"
>

View File

@@ -744,6 +744,10 @@
RelativePath=".\..\src\fiber_win32.cpp"
>
</File>
<File
RelativePath=".\..\src\thread_none.cpp"
>
</File>
<File
RelativePath=".\..\src\tile_map.cpp"
>
@@ -1288,6 +1292,10 @@
RelativePath=".\..\src\player_type.h"
>
</File>
<File
RelativePath=".\..\src\querystring_gui.h"
>
</File>
<File
RelativePath=".\..\src\queue.h"
>

View File

@@ -248,6 +248,7 @@ player_face.h
player_func.h
player_gui.h
player_type.h
querystring_gui.h
queue.h
rail.h
rail_gui.h