diff options
author | rubidium <rubidium@openttd.org> | 2010-01-04 18:05:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-01-04 18:05:14 +0000 |
commit | 8b88bb0c9bf1072881b4111a339eb6781fdb80bc (patch) | |
tree | a7c088ba37027beb12e51e672ff116e14b174c24 /projects | |
parent | 02a297669a5353518d51f6f4d9641114e557aede (diff) | |
download | openttd-8b88bb0c9bf1072881b4111a339eb6781fdb80bc.tar.xz |
(svn r18714) -Codechange: move the TileArea struct to it's own header
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 8e4934153..66856f087 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1468,6 +1468,10 @@ > </File> <File + RelativePath=".\..\src\tilearea_type.h" + > + </File> + <File RelativePath=".\..\src\tile_cmd.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index a4e6376a9..4906cc351 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1465,6 +1465,10 @@ > </File> <File + RelativePath=".\..\src\tilearea_type.h" + > + </File> + <File RelativePath=".\..\src\tile_cmd.h" > </File> |