mirror of https://github.com/OpenTTD/OpenTTD
(svn r6596) -Fix(r6562) : Add missing resize_window_widget.h to MSVC projects
parent
8deaef7faf
commit
a113295622
|
@ -595,6 +595,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\rail.h">
|
RelativePath=".\rail.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\resize_window_widgets.h"
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\saveload.h">
|
RelativePath=".\saveload.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
|
@ -1087,6 +1087,10 @@
|
||||||
RelativePath=".\rail.h"
|
RelativePath=".\rail.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\resize_window_widgets.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\road.h"
|
RelativePath=".\road.h"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue