--- a/projects/openttd.vcproj Mon Jan 14 16:35:49 2008 +0000
+++ b/projects/openttd.vcproj Mon Jan 14 16:40:31 2008 +0000
@@ -390,6 +390,9 @@
RelativePath=".\..\src\widget.cpp">
</File>
<File
+ RelativePath=".\..\src\widgets\dropdown.cpp">
+ </File>
+ <File
RelativePath=".\..\src\win32.cpp">
</File>
<File
@@ -733,6 +736,15 @@
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>
</Filter>
--- a/projects/openttd_vs80.vcproj Mon Jan 14 16:35:49 2008 +0000
+++ b/projects/openttd_vs80.vcproj Mon Jan 14 16:40:31 2008 +0000
@@ -752,6 +752,10 @@
>
</File>
<File
+ RelativePath=".\..\src\widgets\dropdown.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\win32.cpp"
>
</File>
@@ -1208,6 +1212,18 @@
>
</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>
--- a/projects/openttd_vs90.vcproj Mon Jan 14 16:35:49 2008 +0000
+++ b/projects/openttd_vs90.vcproj Mon Jan 14 16:40:31 2008 +0000
@@ -749,6 +749,10 @@
>
</File>
<File
+ RelativePath=".\..\src\widgets\dropdown.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\win32.cpp"
>
</File>
@@ -1205,6 +1209,18 @@
>
</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>
--- a/source.list Mon Jan 14 16:35:49 2008 +0000
+++ b/source.list Mon Jan 14 16:40:31 2008 +0000
@@ -212,6 +212,8 @@
video/win32_v.h
window.h
widgets/dropdown.h
+widgets/dropdown_type.h
+widgets/dropdown_func.h
zoom.hpp
# GUI Source Code