diff options
author | zuu <zuu@openttd.org> | 2013-06-09 12:48:27 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-06-09 12:48:27 +0000 |
commit | a2d84868e74ab6814b55db75df82dfb48d494d14 (patch) | |
tree | dc2bb8b0f9b3cfba4e34d0e94a186725cb9f74c5 /projects/openttd_vs100.vcxproj | |
parent | e31190219872a69e4497f8d8f0fb3235c59f826b (diff) | |
download | openttd-a2d84868e74ab6814b55db75df82dfb48d494d14.tar.xz |
(svn r25344) -Feature: GUI for viewing story pages
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 1a772c6e8..41aeeabac 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -705,6 +705,7 @@ <ClCompile Include="..\src\smallmap_gui.cpp" /> <ClCompile Include="..\src\station_gui.cpp" /> <ClCompile Include="..\src\statusbar_gui.cpp" /> + <ClCompile Include="..\src\story_gui.cpp" /> <ClCompile Include="..\src\subsidy_gui.cpp" /> <ClCompile Include="..\src\terraform_gui.cpp" /> <ClCompile Include="..\src\textfile_gui.cpp" /> @@ -763,6 +764,7 @@ <ClInclude Include="..\src\widgets\smallmap_widget.h" /> <ClInclude Include="..\src\widgets\station_widget.h" /> <ClInclude Include="..\src\widgets\statusbar_widget.h" /> + <ClInclude Include="..\src\widgets\story_widget.h" /> <ClInclude Include="..\src\widgets\subsidy_widget.h" /> <ClInclude Include="..\src\widgets\terraform_widget.h" /> <ClInclude Include="..\src\widgets\timetable_widget.h" /> |