1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r20638) -Codechange: split object.h

This commit is contained in:
rubidium
2010-08-27 22:21:23 +00:00
parent 01927590a5
commit 3e9e1b8e65
11 changed files with 133 additions and 72 deletions

View File

@@ -485,6 +485,7 @@
<ClInclude Include="..\src\newgrf_house.h" />
<ClInclude Include="..\src\newgrf_industries.h" />
<ClInclude Include="..\src\newgrf_industrytiles.h" />
<ClInclude Include="..\src\newgrf_object.h" />
<ClInclude Include="..\src\newgrf_properties.h" />
<ClInclude Include="..\src\newgrf_railtype.h" />
<ClInclude Include="..\src\newgrf_sound.h" />
@@ -983,6 +984,7 @@
<ClCompile Include="..\src\newgrf_house.cpp" />
<ClCompile Include="..\src\newgrf_industries.cpp" />
<ClCompile Include="..\src\newgrf_industrytiles.cpp" />
<ClCompile Include="..\src\newgrf_object.cpp" />
<ClCompile Include="..\src\newgrf_railtype.cpp" />
<ClCompile Include="..\src\newgrf_sound.cpp" />
<ClCompile Include="..\src\newgrf_spritegroup.cpp" />

View File

@@ -675,6 +675,9 @@
<ClInclude Include="..\src\newgrf_industrytiles.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\newgrf_object.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\src\newgrf_properties.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -2169,6 +2172,9 @@
<ClCompile Include="..\src\newgrf_industrytiles.cpp">
<Filter>NewGRF</Filter>
</ClCompile>
<ClCompile Include="..\src\newgrf_object.cpp">
<Filter>NewGRF</Filter>
</ClCompile>
<ClCompile Include="..\src\newgrf_railtype.cpp">
<Filter>NewGRF</Filter>
</ClCompile>

View File

@@ -1214,6 +1214,10 @@
RelativePath=".\..\src\newgrf_industrytiles.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_object.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_properties.h"
>
@@ -3274,6 +3278,10 @@
RelativePath=".\..\src\newgrf_industrytiles.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_object.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_railtype.cpp"
>

View File

@@ -1211,6 +1211,10 @@
RelativePath=".\..\src\newgrf_industrytiles.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_object.h"
>
</File>
<File
RelativePath=".\..\src\newgrf_properties.h"
>
@@ -3271,6 +3275,10 @@
RelativePath=".\..\src\newgrf_industrytiles.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_object.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_railtype.cpp"
>