diff options
author | rubidium <rubidium@openttd.org> | 2010-08-02 21:35:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-02 21:35:59 +0000 |
commit | 55129f1fbb6451b27ac45224dcad2cb2ed911f92 (patch) | |
tree | c01c26faf0366f75d6ff2e24e8c42963382467a2 /projects | |
parent | 5ae4e27446c6d20855f58a3845e8b3c52fb74aa4 (diff) | |
download | openttd-55129f1fbb6451b27ac45224dcad2cb2ed911f92.tar.xz |
(svn r20326) -Codechange: move UnmovableType to its own file
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 | ||||
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 93efda894..84ac70efa 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -578,6 +578,7 @@ <ClInclude Include="..\src\transport_type.h" /> <ClInclude Include="..\src\tunnelbridge.h" /> <ClInclude Include="..\src\unmovable.h" /> + <ClInclude Include="..\src\unmovable_type.h" /> <ClInclude Include="..\src\vehicle_base.h" /> <ClInclude Include="..\src\vehicle_func.h" /> <ClInclude Include="..\src\vehicle_gui.h" /> diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 4aa8f2819..c9e5e5295 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -937,6 +937,9 @@ <ClInclude Include="..\src\unmovable.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\unmovable_type.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\vehicle_base.h"> <Filter>Header Files</Filter> </ClInclude> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b6697d750..86dc93a5e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1580,6 +1580,10 @@ > </File> <File + RelativePath=".\..\src\unmovable_type.h" + > + </File> + <File RelativePath=".\..\src\vehicle_base.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index a0c31ce14..6fd56503b 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1577,6 +1577,10 @@ > </File> <File + RelativePath=".\..\src\unmovable_type.h" + > + </File> + <File RelativePath=".\..\src\vehicle_base.h" > </File> |