diff options
author | zuu <zuu@openttd.org> | 2014-02-06 19:41:56 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2014-02-06 19:41:56 +0000 |
commit | 57a88c9de2c68496c36c5646207541a28a3e31cc (patch) | |
tree | 8054ac7f8cbd5a44cf074d3c3585a747335389af /projects/openttd_vs80.vcproj | |
parent | 14d99c696198c113a7d0516d5524cae1c55ebd82 (diff) | |
download | openttd-57a88c9de2c68496c36c5646207541a28a3e31cc.tar.xz |
(svn r26305) -Add: [nogo] ScriptStoryPageElementList() - a list of all story page elements for a given page
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b18d71ca7..e417f4a13 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3483,6 +3483,10 @@ > </File> <File + RelativePath=".\..\src\script\api\script_storypageelementlist.hpp" + > + </File> + <File RelativePath=".\..\src\script\api\script_subsidy.hpp" > </File> @@ -3739,6 +3743,10 @@ > </File> <File + RelativePath=".\..\src\script\api\script_storypageelementlist.cpp" + > + </File> + <File RelativePath=".\..\src\script\api\script_subsidy.cpp" > </File> |