diff options
author | zuu <zuu@openttd.org> | 2013-06-09 12:19:09 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2013-06-09 12:19:09 +0000 |
commit | 9aa1bf026443ddc65ab4381e86c294943ddc30d8 (patch) | |
tree | 82af61f4b6f346bd71046a5d6fa6bab1f49b3d34 /projects/openttd_vs80.vcproj | |
parent | bea60988c67b40fb5b3058990779a4d572511224 (diff) | |
download | openttd-9aa1bf026443ddc65ab4381e86c294943ddc30d8.tar.xz |
(svn r25342) -Add: StoryPage data structures and GS API
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 0ab3e9826..d6d806212 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -735,6 +735,10 @@ > </File> <File + RelativePath=".\..\src\story.cpp" + > + </File> + <File RelativePath=".\..\src\subsidy.cpp" > </File> @@ -1575,6 +1579,14 @@ > </File> <File + RelativePath=".\..\src\story_base.h" + > + </File> + <File + RelativePath=".\..\src\story_type.h" + > + </File> + <File RelativePath=".\..\src\strgen\strgen.h" > </File> @@ -2627,6 +2639,10 @@ > </File> <File + RelativePath=".\..\src\saveload\story_sl.cpp" + > + </File> + <File RelativePath=".\..\src\saveload\subsidy_sl.cpp" > </File> @@ -3355,6 +3371,10 @@ > </File> <File + RelativePath=".\..\src\script\api\script_story_page.hpp" + > + </File> + <File RelativePath=".\..\src\script\api\script_subsidy.hpp" > </File> @@ -3603,6 +3623,10 @@ > </File> <File + RelativePath=".\..\src\script\api\script_story_page.cpp" + > + </File> + <File RelativePath=".\..\src\script\api\script_subsidy.cpp" > </File> |