summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2007-01-14 19:18:50 +0000
committerKUDr <kudr@openttd.org>2007-01-14 19:18:50 +0000
commit8b65342449c7d36ef166ec2e5dc37abe3cc67bdf (patch)
tree23a6f8249a3b99af865b2b3ffdaf026eb363edda /projects
parentd57b290474617949699460553c27c85859b5e35f (diff)
downloadopenttd-8b65342449c7d36ef166ec2e5dc37abe3cc67bdf.tar.xz
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delete operators (don't worry, they still use the same memory pool). Few station related functions turned into Station::methods (just first step). All this new stuff moved from station_cmd.cpp to the new file (station.cpp).
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd.vcproj3
-rw-r--r--projects/openttd_vs80.vcproj3
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index 108990791..141c855b5 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -341,6 +341,9 @@
RelativePath=".\..\src\spritecache.cpp">
</File>
<File
+ RelativePath=".\..\src\station.cpp">
+ </File>
+ <File
RelativePath=".\..\src\string.cpp">
</File>
<File
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index e2bba363e..f240303b7 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -624,6 +624,9 @@
RelativePath=".\..\src\spritecache.cpp">
</File>
<File
+ RelativePath=".\..\src\station.cpp">
+ </File>
+ <File
RelativePath=".\..\src\string.cpp">
</File>
<File