diff options
author | alberth <alberth@openttd.org> | 2010-02-06 12:56:13 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-02-06 12:56:13 +0000 |
commit | 05388c953a5040958ef07f3af16f50e5e6e1dd1d (patch) | |
tree | 5a9c1baa81ae70c90924cb82100dfe0ffd0baf63 /projects | |
parent | 21c3dd11bdc0574a1ac7d7c0c7094b6ab82b8044 (diff) | |
download | openttd-05388c953a5040958ef07f3af16f50e5e6e1dd1d.tar.xz |
(svn r19038) -Codechange: Move TileArea methods to their own file.
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 e15dedc1d..bb1b31a9e 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -720,6 +720,10 @@ > </File> <File + RelativePath=".\..\src\tilearea.cpp" + > + </File> + <File RelativePath=".\..\src\townname.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index eebb65465..eaaf5dd60 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -717,6 +717,10 @@ > </File> <File + RelativePath=".\..\src\tilearea.cpp" + > + </File> + <File RelativePath=".\..\src\townname.cpp" > </File> |