From 894216083d3f0b7c01ad705c253723e948297138 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 21:00:48 +0000 Subject: (svn r23625) -Add: ScriptViewport::ScrollTo, for SinglePlayer only (GameScript only) --- projects/openttd_vs100.vcxproj | 2 ++ projects/openttd_vs100.vcxproj.filters | 6 ++++++ projects/openttd_vs80.vcproj | 8 ++++++++ projects/openttd_vs90.vcproj | 8 ++++++++ 4 files changed, 24 insertions(+) (limited to 'projects') diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index e1371b22c..a6cbf696e 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -978,6 +978,7 @@ + @@ -1031,6 +1032,7 @@ + diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 6299a1ae7..66ac17eef 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -2163,6 +2163,9 @@ Script API + + Script API + Script API @@ -2322,6 +2325,9 @@ Script API Implementation + + Script API Implementation + Script API Implementation diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 7b1b4cc77..b07dcdd43 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -3246,6 +3246,10 @@ RelativePath=".\..\src\script\api\script_vehiclelist.hpp" > + + @@ -3462,6 +3466,10 @@ RelativePath=".\..\src\script\api\script_vehiclelist.cpp" > + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 2805a759d..465f3658e 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -3243,6 +3243,10 @@ RelativePath=".\..\src\script\api\script_vehiclelist.hpp" > + + @@ -3459,6 +3463,10 @@ RelativePath=".\..\src\script\api\script_vehiclelist.cpp" > + + -- cgit v1.2.3-54-g00ecf