summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.filters
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 19:43:41 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 19:43:41 +0000
commit7b16c7650bb5df437f7ba98acb1fdd917f4b8177 (patch)
treefadde11668192305b36cac77de20302729b8c827 /projects/openttd_vs100.vcxproj.filters
parent2d10b0f11d0300eebabccb48399f35c9acb55be0 (diff)
downloadopenttd-7b16c7650bb5df437f7ba98acb1fdd917f4b8177.tar.xz
(svn r20670) -Add: support for action F
-Add: a window to select (NewGRF) objects
Diffstat (limited to 'projects/openttd_vs100.vcxproj.filters')
-rw-r--r--projects/openttd_vs100.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 763f8a1f6..1da3154f4 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -1179,6 +1179,9 @@
<ClCompile Include="..\src\news_gui.cpp">
<Filter>GUI Source Code</Filter>
</ClCompile>
+ <ClCompile Include="..\src\object_gui.cpp">
+ <Filter>GUI Source Code</Filter>
+ </ClCompile>
<ClCompile Include="..\src\order_gui.cpp">
<Filter>GUI Source Code</Filter>
</ClCompile>