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/openttd_vs100.vcxproj | |
parent | 5ae4e27446c6d20855f58a3845e8b3c52fb74aa4 (diff) | |
download | openttd-55129f1fbb6451b27ac45224dcad2cb2ed911f92.tar.xz |
(svn r20326) -Codechange: move UnmovableType to its own file
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 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" /> |