mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r11850) -Fix (r11848): forgot to update vc project files
This commit is contained in:
parent
bf0a7ae4fb
commit
ea808b2bfa
@ -389,6 +389,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\widget.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\win32.cpp">
|
||||
</File>
|
||||
@ -732,6 +735,15 @@
|
||||
<File
|
||||
RelativePath=".\..\src\window.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown_type.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown_func.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\zoom.hpp">
|
||||
</File>
|
||||
|
@ -751,6 +751,10 @@
|
||||
RelativePath=".\..\src\widget.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\win32.cpp"
|
||||
>
|
||||
@ -1207,6 +1211,18 @@
|
||||
RelativePath=".\..\src\window.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown_type.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown_func.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\zoom.hpp"
|
||||
>
|
||||
|
@ -748,6 +748,10 @@
|
||||
RelativePath=".\..\src\widget.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\win32.cpp"
|
||||
>
|
||||
@ -1204,6 +1208,18 @@
|
||||
RelativePath=".\..\src\window.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown_type.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\widgets\dropdown_func.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\zoom.hpp"
|
||||
>
|
||||
|
@ -212,6 +212,8 @@ sound/win32_s.h
|
||||
video/win32_v.h
|
||||
window.h
|
||||
widgets/dropdown.h
|
||||
widgets/dropdown_type.h
|
||||
widgets/dropdown_func.h
|
||||
zoom.hpp
|
||||
|
||||
# GUI Source Code
|
||||
|
Loading…
Reference in New Issue
Block a user