From d6e2a8aa56337af68f2960cf404edf0ac03f405b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 17 Feb 2013 14:36:40 +0000 Subject: (svn r25010) -Codechange: Add general framework for cargo actions, i.e. loading, transfering, delivering and such, to contain this logic in a single place instead of spread around (fonsinchen) --- 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 4ab6f45e7..ebab0e48f 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -296,6 +296,7 @@ + @@ -392,6 +393,7 @@ + diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 34a8b4d00..b04bdef5d 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -117,6 +117,9 @@ Source Files + + Source Files + Source Files @@ -405,6 +408,9 @@ Header Files + + Header Files + Header Files diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index c6e3e595f..04373e82a 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -454,6 +454,10 @@ RelativePath=".\..\src\bmp.cpp" > + + @@ -842,6 +846,10 @@ RelativePath=".\..\src\cargo_type.h" > + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index b5155a469..511261dca 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -451,6 +451,10 @@ RelativePath=".\..\src\bmp.cpp" > + + @@ -839,6 +843,10 @@ RelativePath=".\..\src\cargo_type.h" > + + -- cgit v1.2.3-70-g09d2